|
|
||
|---|---|---|
| data | ||
| model | ||
| output | ||
| utils | ||
| .dockerignore.txt | ||
| .gitignore | ||
| README.md | ||
| main.py | ||
| requirements.txt | ||
| run_all.sh | ||
README.md
Windows
docker container run --rm -v /f/COM2014/template:/tsp python:3.8 /bin/bash -c "cd /tsp; ./run_all.sh"
Linux
docker container run --rm -v $pwd:/tsp python:3.8 /bin/bash -c "cd /tsp; ./run_all.sh"