Skip to content
Snippets Groups Projects
Commit 05b51f79 authored by Jan Frenzel's avatar Jan Frenzel Committed by Norman Koch
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent ee0997aa
No related branches found
No related tags found
3 merge requests!392Merge preview into contrib guide for browser users,!387Merge preview into main,!380Resolve "Singularity - VM-Tools auch für x86"
...@@ -82,10 +82,11 @@ As the build starts in a VM, you may not have access to all your files. It is us ...@@ -82,10 +82,11 @@ As the build starts in a VM, you may not have access to all your files. It is us
to refer to local files from inside a definition file anyway as this reduces reproducibility. to refer to local files from inside a definition file anyway as this reduces reproducibility.
However, common directories are available by default. For others, care must be taken. In short: However, common directories are available by default. For others, care must be taken. In short:
* `/home/$USER`, `/scratch/$USER` are available and should be used `/scratch/\<group>` also works for * `/home/$USER`, `/scratch/$USER` are available and should be used `/scratch/<group>` also works for
* all groups the users is in `/projects/\<group>` similar, but is read-only! So don't use this to all groups the users is in
store your generated container directly, but rather move it here afterwards * `/projects/<group>` similar, but is read-only! So don't use this to store your generated
* /tmp is the VM local temporary directory. All files put here will be lost! container directly, but rather move it here afterwards
* `/tmp` is the VM local temporary directory. All files put here will be lost!
If the current directory is inside (or equal to) one of the above (except `/tmp`), then relative paths If the current directory is inside (or equal to) one of the above (except `/tmp`), then relative paths
for container and definition work as the script changes to the VM equivalent of the current for container and definition work as the script changes to the VM equivalent of the current
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment