Skip to content

Commit

Permalink
Update release-ci.DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Mar 26, 2024
1 parent b7678cd commit 00f2021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/release-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN yum install -y \
&& yum clean all

# install conda
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-py310_23.10.0-1-Linux-x86_64.sh \
&& bash Miniconda3-py310_23.10.0-1-Linux-x86_64.sh -b \
&& rm -f Miniconda3-py310_23.10.0-1-Linux-x86_64.sh \
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-py310_24.1.2-0-Linux-x86_64.sh \
&& bash Miniconda3-py310_24.1.2-0-Linux-x86_64.sh -b \
&& rm -f Miniconda3-py310_24.1.2-0-Linux-x86_64.sh \
&& /root/miniconda3/bin/conda init

# Add conda to path
Expand Down

0 comments on commit 00f2021

Please sign in to comment.