Skip to content

Commit

Permalink
Update to latest miniconda (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho authored Oct 17, 2024
1 parent f5c1f71 commit df7772b
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 @@ -7,7 +7,7 @@ RUN apt-get update && \
apt-get -y clean

# Install miniconda
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py39_24.5.0-0-Linux-x86_64.sh -O ~/miniconda.sh && \
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py39_24.7.1-0-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/conda
ENV PATH=/opt/conda/bin:${PATH}

Expand Down

0 comments on commit df7772b

Please sign in to comment.