Skip to content

Commit 4f07f2e

Browse files
authored
Added Sherlock@stanford related mount point.
1 parent 2117604 commit 4f07f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker2singularity.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ rm -rf $TMPDIR
141141
### Permissions ################################################################
142142
################################################################################
143143
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 /beegfs"
144+
singularity exec --writable --contain $new_container_name /bin/sh -c "mkdir -p mkdir /oasis /projects /scratch /local-scratch /work /home1 /corral-repl /beegfs /share/PI"
145145

146146
# making sure that any user can read and execute everything in the container
147147
echo "(7/9) Fixing permissions..."

0 commit comments

Comments
 (0)