Skip to content

EdisonPricehan/itac2022_submission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For collaborators:

Clone

git clone --recursive git@github.com:EdisonPricehan/itac2022_submission.git

If private 'code' directory pull failed

git submodule init && git submodule update

Pull

git pull && git submodule foreach 'git pull origin main'

Build docker image

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.

For Inceptio code review people

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.

Run docker

./image/docker_run.sh

Solution files will be saved in data/solution/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages