Add --name to docker worker launch command

pull/25/head
Guillermo Rodriguez 2023-10-03 15:42:07 -03:00
parent 9c02c3b4ee
commit 5e16c63bb1
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ docker run \
--rm \
--gpus all \
--network host \
--name skynet-worker \
--mount type=bind,source="$(pwd)",target=/root/target \
guilledk/skynet:runtime-cuda \
skynet run dgpu