Skip to content

Commit

Permalink
Comment conda downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 committed Feb 28, 2025
1 parent b131ffd commit 0cad57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/jenkins-images/Dockerfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN \

# Install conda
RUN \
# Downgrade conda because conda packages cannot be converted on the latest version. If you upgrade, run test release to check if conda can be build and converted.
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 && \
Expand Down

0 comments on commit 0cad57b

Please sign in to comment.