Skip to content

Commit 5d67312

Browse files
authored
Merge pull request #226 from MoniDoerig/patch-2
2 parents bce365d + f39ae12 commit 5d67312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jupyter/environment_variables.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ -d /cvmfs/neurodesk.ardc.edu.au/neurodesk-modules ]; then
2828
fi
2929

3030
# This also needs to be set in the Dockerfile, so it is available in a jupyter notebook
31-
export APPTAINER_BINDPATH=/data,/neurodesktop-storage,/tmp,/cvmfs,/home/${NB_USER}:/home/matlab/.matlab/R2022a_licenses,/home/${NB_USER}:/opt/matlab/R2022a/licenses
31+
export APPTAINER_BINDPATH=/data,/mnt,/neurodesktop-storage,/tmp,/cvmfs,/home/${NB_USER}:/home/matlab/.matlab/R2022a_licenses,/home/${NB_USER}:/opt/matlab/R2022a/licenses
3232
# This also needs to be set in the Dockerfile, so it is available in a jupyter notebook
3333

3434
export APPTAINERENV_SUBJECTS_DIR=/home/${NB_USER}/freesurfer-subjects-dir
@@ -44,4 +44,4 @@ fi
4444

4545
export PS1='\u@neurodesktop-$NEURODESKTOP_VERSION:\w$ '
4646

47-
alias ll='ls -la'
47+
alias ll='ls -la'

0 commit comments

Comments
 (0)