You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe try with ENROOT_REMAP_ROOT=n with enroot, or --no-container-mount-home with pyxis.
Sometimes it's because those packages are installed in /root and they get masked by mounting your HOME directory.
I created an image which contains a conda environment where I installed some packages from github.
When I run the image with docker everything is ok, the packages are all there.
After doing enroot import and trying to run the squash file with srun the packages are no longer there, thus I can't run my program.
Searched a lot online but did not find anything similar...
Any ideas how to solve this? Please all help is welcome.
The text was updated successfully, but these errors were encountered: