Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-man authored Jan 20, 2025
1 parent 2adddff commit b16d651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apt-get install -y libssl-dev libcurl4-openssl-dev libgit2-dev libxml2-dev l

# build conda
SHELL ["/bin/bash", "-c"]
RUN wget https://github.com/conda-forge/miniforge/releases/download/24.11.2-1/Miniforge3-Linux-aarch64.sh
RUN bash Miniforge3-Linux-aarch64.sh -b
RUN wget https://github.com/conda-forge/miniforge/releases/download/24.11.2-1/Miniforge3-$(uname)-$(uname -m).sh
RUN bash Miniforge3-$(uname)-$(uname -m).sh -b
RUN /root/miniforge3/bin/conda init
RUN source /root/.bashrc

Expand Down

0 comments on commit b16d651

Please sign in to comment.