Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove /work bind from any apps which run on Tinkercliffs or Infer #20

Open
matthewabrown opened this issue Apr 20, 2022 · 0 comments
Open

Comments

@matthewabrown
Copy link
Contributor

/work is not mounted on Tinkercliffs or Infer as of March 2022. Attemping to bind mount it into a container on those systems will cause the app to fail.

./bc_vt_matlab_vnc/template/before.sh.erb:    --bind `pwd`:/cwd,/projects,/work/$USER \
./bc_vt_jupyter_container/template/script.sh.erb:singularity exec --writable-tmpfs --bind=${TMPDIR}:/tmp,/projects:/projects,/work:/work \
./bc_vt_ansys/template/before.sh.erb:    --bind `pwd`:/cwd,$TMPDIR:/TMPDIR,/projects,/work/$USER,/cm \
./bc_vt_desktop/template/before.sh.erb:    --bind `pwd`:/cwd,$TMPDIR:/TMPDIR,/projects,/work/$USER,/cm \
./bc_vt_ise3434/template/script.sh.erb:singularity exec --writable-tmpfs --bind=${TMPDIR}:/tmp,/projects:/projects,/work:/work \
./bc_vt_matlab_html/template/script.sh.erb:    --bind=$MATLAB_DIR:/opt/matlab,$TMPFS:/tmp,/work/${USER},/projects \
./bc_vt_qGIS/template/script.sh.erb:  --bind=$TMPFS:/tmp,$TMPDIR,/projects,/work \
./bc_vt_qGIS/template/before.sh.erb:    --bind `pwd`:/cwd,$TMPDIR:/TMPDIR,/projects,/work/$USER,/cm \
Binary file ./.git/index matches
./bc_vt_AMDuProf/template/before.sh.erb:    --bind `pwd`:/cwd,/projects,/work/$USER \
./bc_vt_IGV/template/script.sh.erb:#   --bind=/tmp:/tmp,/tmp/.X11-unix:/tmp/.X11-unix,/projects:/projects,/work:/work \
./bc_vt_IGV/template/script.sh.erb:    --bind=$TMPDIR,/projects,/work \
./bc_vt_IGV/template/before.sh.erb:#    --bind `pwd`:/cwd,/projects,/work/$USER \
./bc_vt_IGV/template/before.sh.erb:    --bind `pwd`:/cwd,$TMPDIR:/TMPDIR,/projects,/work/$USER,/cm \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant