Skip to content

Help pulling docker image into singularity #2351

Closed Answered by GregorySchwing
GregorySchwing asked this question in Q&A
Discussion options

You must be logged in to vote

I got this working evenually using hte attached dockerfile.

I think the Bolded line was the trick.


FROM condaforge/miniforge3

COPY --chown=$MAMBA_USER:$MAMBA_USER envs/openff-toolkit.yml env.yml

RUN mamba env update --file=env.yml -n base && mamba clean --all

RUN mamba update -c conda-forge procps-ng && mamba clean --all --yes

RUN mamba init

**ENV BASH_ENV=/root/.bashrc**

CMD ["/bin/bash"]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dtrudg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #2349 on November 13, 2023 09:12.