Skip to content

Commit

Permalink
try miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiBoether committed Dec 10, 2024
1 parent 610800c commit a209aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN git clone --recurse-submodules -b v1.59.2 --depth 1 --shallow-submodules htt
# Install mamba
ENV CONDA_DIR=/opt/mamba
ENV MAMBA_DIR=/opt/mamba
RUN wget "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh" -O ~/mamba.sh && \
RUN wget "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" -O ~/mamba.sh && \
/bin/bash ~/mamba.sh -b -p /opt/mamba
ENV PATH=$CONDA_DIR/bin:$PATH
RUN mamba update -n base -c defaults mamba && mamba update --all && mamba shell init bash
Expand Down

0 comments on commit a209aaf

Please sign in to comment.