Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbb
doc_user
Commits
07bd5286
Commit
07bd5286
authored
Apr 14, 2020
by
remy
Browse files
changer de tmpdir dans singularity
parent
55e720ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/tips_and_bugs.md
View file @
07bd5286
...
...
@@ -60,4 +60,13 @@ FATAL: kernel too old
Essayez de changer l'image de départ de votre conteneur pour un noyau linux plus ancien.
Par exemple, si vous faites, dans votre recette, un
`From: ubuntu:18.04`
, essayez de le remplacer par
`From: ubuntu:16.04`
.
\ No newline at end of file
Par exemple, si vous faites, dans votre recette, un
`From: ubuntu:18.04`
, essayez de le remplacer par
`From: ubuntu:16.04`
.
# Changer de tmpdir avec singularity
```
bash
$
mkdir
~/tmp
$
module load singularity
$
export
SINGULARITY_TMPDIR
=
/home/
$USER
/tmp
$
singularity build forestatrisk-tropics.simg docker://ghislainv/docker-forestatrisk-tropics
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment