From 24beac382dd5c3bbdca29f7ad7027beecbc55692 Mon Sep 17 00:00:00 2001 From: MAHaines Date: Mon, 14 Jul 2025 17:11:17 -0500 Subject: [PATCH] Update deploy.sh --- deploy.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index 468fa2b..11caeb9 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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