Converting to Singularity image? #4157
Unanswered
KristofferK
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone successfully converted the dockerfile to a Singularity SIF file? This is needed to run it on SLURM without Docker access.
I have successfully been able to run the docker image locally, where I have access to Python, pip, torch, detectron2 module, etc. But when I convert it to Singularity, it seems some of the things are missing.
After converting to Singularity, Python 3.6.9 is installed, and I can do an "import detectron". That works. But pip is not installed, and "import torch" gives "ModuleNotFoundError: No module named 'torch'", "import "from detectron2 import model_zoo" gives "ImportError: cannot import name 'model_zoo'".
Has anyone created a Singularity image?
Beta Was this translation helpful? Give feedback.
All reactions