From ed010752dd1f9862b75b17977dbe4b98c0663352 Mon Sep 17 00:00:00 2001 From: teknium1 Date: Thu, 12 Feb 2026 10:07:03 -0800 Subject: [PATCH] Update .env.example to use new Docker, Singularity, and Modal images for Python 3.11 with Node.js 20 support --- .env.example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 905bd4222..3b0b66a0b 100644 --- a/.env.example +++ b/.env.example @@ -42,9 +42,10 @@ TERMINAL_ENV=local # Container images (for singularity/docker/modal backends) -TERMINAL_DOCKER_IMAGE=python:3.11 -TERMINAL_SINGULARITY_IMAGE=docker://python:3.11 -TERMINAL_MODAL_IMAGE=python:3.11 +TERMINAL_DOCKER_IMAGE=nikolaik/python-nodejs:python3.11-nodejs20 +TERMINAL_SINGULARITY_IMAGE=docker://nikolaik/python-nodejs:python3.11-nodejs20 +TERMINAL_MODAL_IMAGE=nikolaik/python-nodejs:python3.11-nodejs20 + # Working directory for terminal commands # For CLI: "." means current directory (resolved automatically from config.yaml)