upgrade to tensoflow2

This commit is contained in:
fahrettin.goekgoez
2019-10-21 12:43:34 +02:00
parent 1386e20468
commit 95e0449ebf

View File

@@ -6,9 +6,7 @@ FROM $BASE_CONTAINER
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow
RUN conda install --quiet --yes \
'tensorflow=1.13*' \
'keras=2.2*' && \
conda clean --all -f -y && \
RUN pip install --quiet \
'tensorflow==2.0.0' && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER