We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202211f commit 82405abCopy full SHA for 82405ab
base-notebook/Dockerfile
@@ -29,8 +29,9 @@ ARG conda_version="4.9.2"
29
ARG miniforge_patch_number="7"
30
# Miniforge installer architecture
31
ARG miniforge_arch="x86_64"
32
-# Python implementation to use
33
-# can be either Miniforge3 to use Python or Miniforge-pypy3 to use PyPy
+# Package Manager and Python implementation to use (https://github.com/conda-forge/miniforge)
+# - 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
35
ARG miniforge_python="Mambaforge"
36
37
# Miniforge archive to install
0 commit comments