Skip to content

Commit

Permalink
use mamba in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Nov 16, 2023
1 parent 9622fb2 commit 07cbf0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ RUN wget "$CONDA_URL" && \
ENV PATH /root/miniconda3/bin:$PATH

# Setup conda channels
RUN conda config --append channels conda-forge && \
RUN conda install -n base conda-libmamba-solver && \
conda config --set solver libmamba && \
conda config --append channels conda-forge && \
conda config --prepend channels https://packages.nnpdf.science/public/ && \
conda config --set show_channel_urls true && \
conda init bash
Expand Down

0 comments on commit 07cbf0e

Please sign in to comment.