Skip to content

Commit

Permalink
remove shim (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnachun authored Dec 14, 2023
1 parent 7b54c4d commit 1695a20
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/docker.df
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ RUN for yml in $(ls /environments/*.yml); do \
fi; \
done
RUN micromamba clean --all --yes
RUN echo '#!/bin/bash' > /bin/sh
RUN echo '[ -z "${CONDA_SHLVL+x}" ] && source /usr/local/bin/_activate_current_env.sh' >> /bin/sh
RUN echo '/bin/bash "$@"' >> /bin/sh
RUN chmod +x /bin/sh
ENV MAMBA_ACTIVATE_DOCKERFILE=1

0 comments on commit 1695a20

Please sign in to comment.