mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
upgrade to tensoflow2
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user