Skip to content

Commit

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

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

# Add conda to path
Expand Down

0 comments on commit aef7bb5

Please sign in to comment.