mirror of https://github.com/skygpu/skynet.git
8 lines
145 B
Bash
8 lines
145 B
Bash
|
docker build \
|
||
|
-t skynet:runtime-cuda \
|
||
|
-f Dockerfile.runtime-cuda .
|
||
|
|
||
|
docker build \
|
||
|
-t skynet:runtime \
|
||
|
-f Dockerfile.runtime .
|