mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Merge pull request #1082 from mathbunnyru/asalikhov/del_tensorflow_pip_cache
Use pip --no-cache-dir to install tensorflow
This commit is contained in:
@@ -6,7 +6,7 @@ FROM $BASE_CONTAINER
|
|||||||
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
|
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
|
||||||
|
|
||||||
# Install Tensorflow
|
# Install Tensorflow
|
||||||
RUN pip install --quiet \
|
RUN pip install --quiet --no-cache-dir \
|
||||||
'tensorflow==2.1.0' && \
|
'tensorflow==2.2.0' && \
|
||||||
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