Stack update (partial)

Following images updated

- `base-notebook`
- `scipy-notebook`
- `tensorflow-notebook`
- `tensorflow`
- `datascience-notebook`
- `r-notebook`
This commit is contained in:
romainx
2020-09-13 20:55:30 +02:00
parent e16db0575b
commit 78c70dce88
5 changed files with 36 additions and 27 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.2.0' && \
'tensorflow==2.3.0' && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"