git clone --recursive git@github.com:EdisonPricehan/itac2022_submission.git
git submodule init && git submodule update
git pull && git submodule foreach 'git pull origin main'
cd code/docker && ./docker_gen.sh
The built docker image tar file will be in code directory.
If want to load existing docker tar image in image directory, run the following.
Put your scenarios in ./data/raw_data, then run the following command, i.e. docker_run.sh in image folder. Docker image will be loaded and run by mounting ./code directory onto docker image /code, and mounting ./data directory onto docker image /data, with entrypoint run.sh passed to it.
./image/docker_run.sh
Solution files will be saved in data/solution/