[new] It just worked
This commit is contained in:
parent
89d429f69b
commit
427401f60d
|
|
@ -2,7 +2,6 @@
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
docker container run -v $PWD/requirements.txt:/tsp/requirements.txt -v $PWD/output/:/output/ com2014-tsp
|
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
|
## Linux
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue