Skip to content

Commit 82405ab

Browse files
committed
Update comment in Dockerfile
1 parent 202211f commit 82405ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

base-notebook/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ ARG conda_version="4.9.2"
2929
ARG miniforge_patch_number="7"
3030
# Miniforge installer architecture
3131
ARG miniforge_arch="x86_64"
32-
# Python implementation to use
33-
# can be either Miniforge3 to use Python or Miniforge-pypy3 to use PyPy
32+
# Package Manager and Python implementation to use (https://github.com/conda-forge/miniforge)
33+
# - conda only: either Miniforge3 to use Python or Miniforge-pypy3 to use PyPy
34+
# - conda + mamba: either Mambaforge to use Python or Mambaforge-pypy3 to use PyPy
3435
ARG miniforge_python="Mambaforge"
3536

3637
# Miniforge archive to install

0 commit comments

Comments
 (0)