Commit f74ba96
authored
use /tmp instead of /tmp2
Updated Dockerfile to copy files to /tmp instead of /tmp2 because install-conda-packages switches to jovyan for install. If there is any pip install in the environment.yml, mamba needs to write to the location of the yaml file. Since root makes /tmp2, jovyan cannot write there. Easiest is to use /tmp instead which is writeable by all.1 parent 0ce0f73 commit f74ba96
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments