JupyterLab 3.0 and other updates

This commit is contained in:
romainx
2021-01-22 09:36:22 +01:00
parent c42722bb94
commit 92289757d2
5 changed files with 17 additions and 24 deletions

View File

@@ -7,6 +7,6 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow
RUN pip install --quiet --no-cache-dir \
'tensorflow==2.4.0' && \
'tensorflow==2.4.1' && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"