This commit is contained in:
2024-12-04 11:42:33 +01:00
4 changed files with 52 additions and 1 deletions

4
run.sh
View File

@@ -16,12 +16,14 @@ docker build \
.
docker run \
--init \
--rm \
-ti \
--gpus=all \
-p 8080:8080 \
--env-file .env \
-v /$(pwd)/model/:/root/model/ \
-v /$(pwd)/.env:/root/.env \
-v /$(pwd)/iterations/:/root/iterations/ \
-v /$(pwd)/.git/:/root/sia/.git/ \
sia "$@"
sia "$@"