mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 04:52:57 +00:00
Ensure anything under $HOME is always writable to group.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user