skynet/build_docker.sh

8 lines
159 B
Bash
Raw Permalink Normal View History

docker build \
-t skynet:runtime-cuda \
-f docker/Dockerfile.runtime+cuda .
docker build \
-t skynet:runtime \
-f docker/Dockerfile.runtime .