From 4ce27f6798cae05966f47c5021c87fb36ef22b5e Mon Sep 17 00:00:00 2001 From: Niels Geens Date: Fri, 28 Mar 2025 15:43:54 +0100 Subject: [PATCH] Switched to vscode server image --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 0dcb65d..10df645 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -19,7 +19,7 @@ VOLUME_SIZE=${VOLUME_SIZE:-200} # GB VOLUME_PATH=${VOLUME_PATH:-"/root/data"} # Mount path within container # Docker configuration -DOCKER_IMAGE=${DOCKER_IMAGE:-"runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04"} +DOCKER_IMAGE=${DOCKER_IMAGE:-"runpod/vscode-server:0.0.0"} # Load environment variables from .env file if it exists if [ -f .env ]; then