Skip to content

Commit

Permalink
Downgrade miniconda to fix release image
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 committed Feb 28, 2025
1 parent a2a487f commit 50c4370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jenkins-images/Dockerfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \

# Install conda
RUN \
curl -sSL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -o /tmp/miniconda.sh && \
curl -sSL https://repo.continuum.io/miniconda/Miniconda3-py37_4.12.0-Linux-x86_64.sh -o /tmp/miniconda.sh && \
bash /tmp/miniconda.sh -bfp /usr/local && \
rm /tmp/miniconda.sh && \
conda install -y anaconda-client conda-build && \
Expand Down

0 comments on commit 50c4370

Please sign in to comment.