Skip to content

Commit

Permalink
docker: init mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed May 16, 2022
1 parent 31f78f0 commit b99e403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN cargo install cargo-binutils
RUN curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh"
RUN bash "Mambaforge-$(uname)-$(uname -m).sh" -b
RUN rm "Mambaforge-$(uname)-$(uname -m).sh"
RUN /root/mambaforge/bin/mamba init

ADD . work/
WORKDIR work/

0 comments on commit b99e403

Please sign in to comment.