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 043dd5c commit b9f6ce7Copy full SHA for b9f6ce7
base-notebook/Dockerfile
@@ -24,7 +24,7 @@ USER root
24
# Conda version
25
ARG conda_version="4.10.3"
26
# Miniforge installer patch version
27
-ARG miniforge_patch_number="2"
+ARG miniforge_patch_number="3"
28
# Package Manager and Python implementation to use (https://github.com/conda-forge/miniforge)
29
# - conda only: either Miniforge3 to use Python or Miniforge-pypy3 to use PyPy
30
# - conda + mamba: either Mambaforge to use Python or Mambaforge-pypy3 to use PyPy
0 commit comments