Skip to content

Commit b7448eb

Browse files
committed
Pass PYTHON_VERSION to miniconda
1 parent 33ebf15 commit b7448eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/conda/Dockerfile.conda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ENV CONDA_ALWAYS_YES=true
1616
# We could instead download a specific miniconda3 version,
1717
# but that would require baking in the URLs for
1818
# different Miniconda installer versions into the Dockerfile.
19+
ARG PYTHON_VERSION
1920
RUN MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh"; \
2021
wget --quiet $MINICONDA_URL -O /tmp/miniconda.sh && \
2122
/bin/bash /tmp/miniconda.sh -b -p /opt/conda && \

0 commit comments

Comments
 (0)