Skip to content

Commit

Permalink
fixed miniconda location
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Aug 16, 2023
1 parent fbae2e5 commit 2862240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get install -y wget bzip2 ca-certificates \
# ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
# echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \
# echo "conda activate base" >> ~/.bashrc
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py310_23.5.2.0-Linux-x86_64.sh -O ~/miniconda.sh && \
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py310_23.5.2-0-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/conda && \
rm ~/miniconda.sh && \
ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
Expand Down

0 comments on commit 2862240

Please sign in to comment.