Ensure anything under $HOME is always writable to group.

This commit is contained in:
Graham Dumpleton
2018-02-17 11:31:55 +11:00
parent c54800018c
commit 4d32b2182e
5 changed files with 24 additions and 9 deletions

View File

@@ -9,4 +9,5 @@ RUN conda install --quiet --yes \
'tensorflow=1.3*' \
'keras=2.0*' && \
conda clean -tipsy && \
fix-permissions $CONDA_DIR
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER