Help pulling docker image into singularity #2351
-
I built a docker image which automatically has the base environment of a conda environment activated. when I pull this into singularity, singularity doesn't know the path to python. "/usr/bin/env python" says command not found. Here is the docker image link docker pull go2432/openff-toolkit:0.4.2 How do I set up my docker image so this works flawlessly with singularity? |
Beta Was this translation helpful? Give feedback.
Answered by
GregorySchwing
Nov 13, 2023
Replies: 1 comment
-
I got this working evenually using hte attached dockerfile. I think the Bolded line was the trick.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dtrudg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this working evenually using hte attached dockerfile.
I think the Bolded line was the trick.