Update .env.example to use new Docker, Singularity, and Modal images for Python 3.11 with Node.js 20 support
This commit is contained in:
@@ -42,9 +42,10 @@ TERMINAL_ENV=local
|
|||||||
|
|
||||||
|
|
||||||
# Container images (for singularity/docker/modal backends)
|
# Container images (for singularity/docker/modal backends)
|
||||||
TERMINAL_DOCKER_IMAGE=python:3.11
|
TERMINAL_DOCKER_IMAGE=nikolaik/python-nodejs:python3.11-nodejs20
|
||||||
TERMINAL_SINGULARITY_IMAGE=docker://python:3.11
|
TERMINAL_SINGULARITY_IMAGE=docker://nikolaik/python-nodejs:python3.11-nodejs20
|
||||||
TERMINAL_MODAL_IMAGE=python:3.11
|
TERMINAL_MODAL_IMAGE=nikolaik/python-nodejs:python3.11-nodejs20
|
||||||
|
|
||||||
|
|
||||||
# Working directory for terminal commands
|
# Working directory for terminal commands
|
||||||
# For CLI: "." means current directory (resolved automatically from config.yaml)
|
# For CLI: "." means current directory (resolved automatically from config.yaml)
|
||||||
|
|||||||
Reference in New Issue
Block a user