Begin work on agent core

This commit is contained in:
2024-10-27 10:35:05 +01:00
parent a110140d5b
commit d922c12556
9 changed files with 330 additions and 76 deletions

3
run.sh
View File

@@ -20,8 +20,7 @@ docker run \
--gpus=all \
--privileged \
-v /$(pwd)/model/:/root/model/ \
$TAG \
-c "bash"
$TAG
# Clean up image
[ ! -z "$TAG" ] && docker rmi $TAG