Commit 10dd74ba authored by Ayaz Salikhov's avatar Ayaz Salikhov

Use pip --no-cache-dir to install tensorflow

parent 3b1f4f5e
......@@ -6,7 +6,7 @@ FROM $BASE_CONTAINER
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow
RUN pip install --quiet \
RUN pip install --quiet --no-cache-dir \
'tensorflow==2.1.0' && \
fix-permissions $CONDA_DIR && \
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