Added output length on truncated scripts

This commit is contained in:
2024-11-23 09:36:34 +01:00
parent d9d7773369
commit bb74fd3621
4 changed files with 9 additions and 3 deletions

3
run.sh
View File

@@ -13,5 +13,6 @@ docker run \
-p 8080:8080 \
-v /$(pwd)/model/:/root/model/ \
-v /$(pwd)/.env:/root/.env \
-v /$(pwd)/iterations/:/root/sia/iterations \
-v /$(pwd)/iterations/:/root/sia/iterations/ \
-v /$(pwd)/.git/:/root/sia/.git/ \
sia "$@"