Skip to content

Commit 45f07a1

Browse files
authored
Merge pull request #954 from gokgozf/master
upgrade to tensoflow2
2 parents 814ef10 + 95e0449 commit 45f07a1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tensorflow-notebook/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ FROM $BASE_CONTAINER
66
LABEL maintainer="Jupyter Project <[email protected]>"
77

88
# Install Tensorflow
9-
RUN conda install --quiet --yes \
10-
'tensorflow=1.13*' \
11-
'keras=2.2*' && \
12-
conda clean --all -f -y && \
9+
RUN pip install --quiet \
10+
'tensorflow==2.0.0' && \
1311
fix-permissions $CONDA_DIR && \
1412
fix-permissions /home/$NB_USER

0 commit comments

Comments
 (0)