mirror of https://github.com/skygpu/skynet.git
Add --name to docker worker launch command
parent
08854562ef
commit
d7ccbe7023
|
@ -56,6 +56,7 @@ docker run \
|
||||||
--rm \
|
--rm \
|
||||||
--gpus all \
|
--gpus all \
|
||||||
--network host \
|
--network host \
|
||||||
|
--name skynet-worker \
|
||||||
--mount type=bind,source="$(pwd)",target=/root/target \
|
--mount type=bind,source="$(pwd)",target=/root/target \
|
||||||
guilledk/skynet:runtime-cuda \
|
guilledk/skynet:runtime-cuda \
|
||||||
skynet run dgpu
|
skynet run dgpu
|
||||||
|
|
Loading…
Reference in New Issue