Commit 45f07a14 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #954 from gokgozf/master

upgrade to tensoflow2
parents 814ef10d 95e0449e
...@@ -6,9 +6,7 @@ FROM $BASE_CONTAINER ...@@ -6,9 +6,7 @@ FROM $BASE_CONTAINER
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>" LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow # Install Tensorflow
RUN conda install --quiet --yes \ RUN pip install --quiet \
'tensorflow=1.13*' \ 'tensorflow==2.0.0' && \
'keras=2.2*' && \
conda clean --all -f -y && \
fix-permissions $CONDA_DIR && \ fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER fix-permissions /home/$NB_USER
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment