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 33ebf15 commit b7448ebCopy full SHA for b7448eb
python/conda/Dockerfile.conda
@@ -16,6 +16,7 @@ ENV CONDA_ALWAYS_YES=true
16
# We could instead download a specific miniconda3 version,
17
# but that would require baking in the URLs for
18
# different Miniconda installer versions into the Dockerfile.
19
+ARG PYTHON_VERSION
20
RUN MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh"; \
21
wget --quiet $MINICONDA_URL -O /tmp/miniconda.sh && \
22
/bin/bash /tmp/miniconda.sh -b -p /opt/conda && \
0 commit comments