mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
Update custom recipes versions (#2276)
This commit is contained in:
@@ -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}" \
|
||||
|
Reference in New Issue
Block a user