Update custom recipes versions (#2276)

This commit is contained in:
Ayaz Salikhov
2025-04-03 13:10:03 +01:00
committed by GitHub
parent e0bb88c16d
commit f8879d98b0
4 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@ ARG BASE_IMAGE=quay.io/jupyter/minimal-notebook
FROM $BASE_IMAGE
# Name your environment and choose the Python version
ARG env_name=python310
ARG py_ver=3.10
ARG env_name=python313
ARG py_ver=3.13
# You can add additional libraries here
RUN mamba create --yes -p "${CONDA_DIR}/envs/${env_name}" \