Switched to vscode server image

This commit is contained in:
Niels Geens
2025-03-28 15:43:54 +01:00
parent 606611d3ad
commit 4ce27f6798

View File

@@ -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