Fix docker paths

master
Guillermo Rodriguez 2024-11-02 14:52:22 -03:00
parent 8a415b450f
commit e88792c9d6
No known key found for this signature in database
GPG Key ID: 002CC5F1E6BDA53E
1 changed files with 5 additions and 5 deletions

View File

@ -1,20 +1,20 @@
docker build \
-t guilledk/skynet:runtime \
-f Dockerfile.runtime .
-f docker/Dockerfile.runtime .
docker build \
-t guilledk/skynet:runtime-frontend \
-f Dockerfile.runtime+frontend .
-f docker/Dockerfile.runtime+frontend .
docker build \
-t guilledk/skynet:runtime-cuda-py311 \
-f Dockerfile.runtime+cuda-py311 .
-f docker/Dockerfile.runtime+cuda-py311 .
docker build \
-t guilledk/skynet:runtime-cuda \
-f Dockerfile.runtime+cuda-py311 .
-f docker/Dockerfile.runtime+cuda-py311 .
docker build \
-t guilledk/skynet:runtime-cuda-py310 \
-f Dockerfile.runtime+cuda-py310 .
-f docker/Dockerfile.runtime+cuda-py310 .