wip docker module

This commit is contained in:
Niels Geens
2024-10-24 17:26:34 +02:00
parent 4bbe636f0e
commit a2f9e9c1c5
5 changed files with 139 additions and 111 deletions

3
run.sh
View File

@@ -21,8 +21,7 @@ docker run \
--privileged \
-v /$(pwd)/model/:/root/model/ \
$TAG \
-c "/bin/bash"
#/etc/init.d/docker start
-c "bash"
# Clean up image
[ ! -z "$TAG" ] && docker rmi $TAG