Skip to content

Commit

Permalink
FIX: Fine
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 26, 2024
1 parent 64b422c commit 6e1236b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ WORKDIR $HOME_DIR
# setup conda
ENV PATH="${CONDA_DIR}/bin:${PATH}"
ARG PATH="${CONDA_DIR}/bin:${PATH}"
RUN bash <(curl -L micro.mamba.pm/install.sh)
RUN micromamba config append channels conda-forge && \
RUN curl -O micro.mamba.pm/install.sh && \
bash install.sh && \
rm install.sh && \
micromamba config append channels conda-forge && \
micromamba config set channel_priority strict && \
micromamba shell init -s bash && \
echo "micromamba activate" >> ~/.bashrc
Expand Down

0 comments on commit 6e1236b

Please sign in to comment.