mirror of https://github.com/skygpu/skynet.git
Add --name to docker worker launch command
parent
9c02c3b4ee
commit
5e16c63bb1
|
@ -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