More installation updates

This commit is contained in:
Ayaz Salikhov
2021-05-25 14:34:02 +03:00
parent 7942cb1c2b
commit ccebe16e6e
9 changed files with 60 additions and 36 deletions

View File

@@ -8,6 +8,6 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow
RUN mamba install --quiet --yes \
'tensorflow=2.4.1' && \
conda clean --all -f -y && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"