Added restart script and fixed dockerfile and run to match docs
This commit is contained in:
12
scripts/test.sh
Normal file
12
scripts/test.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build \
|
||||
--target sia-test \
|
||||
--tag sia-test \
|
||||
.
|
||||
|
||||
docker run \
|
||||
--rm \
|
||||
--gpus=all \
|
||||
-v /$(pwd)/model/:/root/model/ \
|
||||
sia-test
|
||||
Reference in New Issue
Block a user