Unity-Technologies/go-xgboost

Currently, build_docker.sh doesn't run if you're in the directory that it is located in

michaelgao8 opened this issue · 2 comments

Small thing, but build_docker.sh builds the docker containers from ./scripts/DockerfileXXX. However, running them in that folder means that the scripts folder is the local folder. An easy fix would just be to change the scripts to build from ./Dockerfile-XXX

Unsure if this is for easier testing for CI purposes or to actually test code locally

Hi! It is mostly used trough make (See Makefile in the root) but fixing the build script to point relative path should be fairly trivial.