Merge branch 'telos_testnet' into discord-upate

discord-upate
Zoltan 2024-11-27 11:11:26 -05:00 committed by GitHub
commit 361f717867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 .