Add --name to docker worker launch command

pull/26/head
Guillermo Rodriguez 2023-10-03 15:42:07 -03:00
parent 08854562ef
commit d7ccbe7023
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
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