Skip to content

Commit

Permalink
Dockerfile Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dvantwisk committed Nov 5, 2024
1 parent ac0376f commit 7c1e49c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ RUN micromamba install -y -n base -f /tmp/env.yaml && \
micromamba clean --all --yes
ARG MAMBA_DOCKERFILE_ACTIVATE=1

SHELL ["/bin/bash", "-c"]
ENV MAMBA_ROOT_PREFIX /opt/conda
RUN micromamba shell init -s bash /opt/conda && \
echo ". /opt/conda/etc/profile.d/micromamba.sh" >> ~/.bashrc && \
micromamba activate base
#SHELL ["/bin/bash", "-c"]
#ENV MAMBA_ROOT_PREFIX /opt/conda
#RUN micromamba shell init -s bash /opt/conda && \
# echo ". /opt/conda/etc/profile.d/micromamba.sh" >> ~/.bashrc && \
# micromamba activate base

COPY --from=JAFFA /JAFFA /JAFFA
COPY --from=Fusim /opt/ /bin/
Expand Down

0 comments on commit 7c1e49c

Please sign in to comment.