Skip to content

Commit

Permalink
FIX: Maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 27, 2024
1 parent e8d2e76 commit 9f6d31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh &
rm -f ./Miniconda3-latest-Linux-x86_64.sh && \
conda init
SHELL ["/bin/bash", "--login", "-c"]
RUN conda config --remove channels default && \
RUN conda config --add channels conda-forge && \
conda config --set channel_priority strict && \
conda config --get channels
RUN conda install --yes \
Expand Down

0 comments on commit 9f6d31f

Please sign in to comment.