revert cee56ff134
revert Fix deploy.sh - remove invalid CUDA image pull, let Dockerfiles handle it
This commit is contained in:
@ -108,7 +108,10 @@ create_directories() {
|
|||||||
pull_images() {
|
pull_images() {
|
||||||
print_status "Pulling Docker images..."
|
print_status "Pulling Docker images..."
|
||||||
|
|
||||||
# Pull base images (skip CUDA - let service Dockerfiles handle it)
|
# Pull NVIDIA CUDA base image for GPU services
|
||||||
|
docker pull nvidia/cuda:11.8-runtime-ubuntu20.04
|
||||||
|
|
||||||
|
# Pull other base images
|
||||||
docker pull postgres:15-alpine
|
docker pull postgres:15-alpine
|
||||||
docker pull redis:7-alpine
|
docker pull redis:7-alpine
|
||||||
docker pull nginx:alpine
|
docker pull nginx:alpine
|
||||||
|
Reference in New Issue
Block a user