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
This builds the image file at the current directory. Run the container with singularity:
singularity shell ./pylibrom_env.sif
This will let us enter the container, sharing all the filesystem and environmental variables for the host. To further containerize, add the following flags:
--container and --cleanenv will set the container not sharing any file or environmental variable. -B /host/path/to/pylibROM:/container/path/to/pylibROM allows us to share only one directory in the container with the host directory:
Change /host/path/to/pylibROM to the pylibROM repo path in your LC machine.
Change /container/path/to/pylibROM to any directory path that you'd like to locate pylibROM within the container.