[new] It just worked

This commit is contained in:
Wu Han 2020-12-20 19:47:26 +00:00
parent 89d429f69b
commit 427401f60d
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
## Windows
docker container run -v $PWD/requirements.txt:/tsp/requirements.txt -v $PWD/output/:/output/ com2014-tsp
docker container run --rm -v /f/COM2014/template:/tsp python:3.8 /bin/bash -c "cd /tsp; ./run_all.sh"
## Linux