mirror of https://github.com/skygpu/skynet.git
Dont reference python version on docker instructions
parent
342dd9ac1c
commit
b7b267a71b
|
@ -62,7 +62,7 @@ docker run \
|
|||
--network host \
|
||||
--name skynet-worker \
|
||||
--mount type=bind,source="$(pwd)",target=/root/target \
|
||||
guilledk/skynet:runtime-cuda-py310 \
|
||||
guilledk/skynet:runtime-cuda \
|
||||
skynet run dgpu
|
||||
|
||||
# run worker with specific gpu
|
||||
|
@ -74,6 +74,6 @@ docker run \
|
|||
--network host \
|
||||
--name skynet-worker-1 \
|
||||
--mount type=bind,source="$(pwd)",target=/root/target \
|
||||
guilledk/skynet:runtime-cuda-py310 \
|
||||
guilledk/skynet:runtime-cuda \
|
||||
skynet run dgpu
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue