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 2813cd0 commit a9525beCopy full SHA for a9525be
python/conda/Dockerfile.conda
@@ -21,8 +21,8 @@ ARG PYTHON_VERSION
21
RUN wget --quiet "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" -O /tmp/miniconda.sh && \
22
/bin/bash /tmp/miniconda.sh -b -p /opt/conda && \
23
rm /tmp/miniconda.sh && \
24
- # Install the correct version of python (as the time of
25
- # writing, anaconda installed python 3.8 by default)
+ # Install the correct version of python (as the time of writing, anaconda
+ # installed python 3.11 by default) for parity with our base image
26
/opt/conda/bin/conda install python=${PYTHON_VERSION} && \
27
/opt/conda/bin/conda clean --all
28
0 commit comments