Switched to vscode server image
This commit is contained in:
@@ -19,7 +19,7 @@ VOLUME_SIZE=${VOLUME_SIZE:-200} # GB
|
|||||||
VOLUME_PATH=${VOLUME_PATH:-"/root/data"} # Mount path within container
|
VOLUME_PATH=${VOLUME_PATH:-"/root/data"} # Mount path within container
|
||||||
|
|
||||||
# Docker configuration
|
# 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
|
# Load environment variables from .env file if it exists
|
||||||
if [ -f .env ]; then
|
if [ -f .env ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user