We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d99dbc + 9a16d48 commit 2117604Copy full SHA for 2117604
docker2singularity.sh
@@ -141,7 +141,7 @@ rm -rf $TMPDIR
141
### Permissions ################################################################
142
################################################################################
143
echo "(6/9) Adding mount points..."
144
-singularity exec --writable --contain $new_container_name /bin/sh -c "mkdir -p mkdir /oasis /projects /scratch /local-scratch /work /home1 /corral-repl"
+singularity exec --writable --contain $new_container_name /bin/sh -c "mkdir -p mkdir /oasis /projects /scratch /local-scratch /work /home1 /corral-repl /beegfs"
145
146
# making sure that any user can read and execute everything in the container
147
echo "(7/9) Fixing permissions..."
0 commit comments