Update deploy.sh

This commit is contained in:
2025-07-14 17:11:17 -05:00
parent 7adf3a504f
commit 24beac382d

View File

@ -108,9 +108,6 @@ create_directories() {
pull_images() {
print_status "Pulling Docker images..."
# 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 redis:7-alpine