Skip to content

Commit

Permalink
Update version to 2023.07-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrice1317 committed Jul 17, 2023
1 parent 1fa6d11 commit 2a192d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anaconda3/amazonlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN yum install -y \
subversion && \
yum clean all && \
rm -rf /var/cache/yum && \
wget --quiet https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-aarch64.sh -O ~/anaconda.sh && \
wget --quiet https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-aarch64.sh -O ~/anaconda.sh && \
/bin/bash ~/anaconda.sh -b -p /opt/conda && \
rm ~/anaconda.sh && \
ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
Expand Down

0 comments on commit 2a192d2

Please sign in to comment.