Merge branch 'master' into asalikhov/python_tagging

This commit is contained in:
Ayaz Salikhov
2021-05-03 01:05:52 +03:00
3 changed files with 8 additions and 13 deletions

View File

@@ -6,7 +6,9 @@ FROM $BASE_CONTAINER
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow
RUN pip install --quiet --no-cache-dir \
'tensorflow==2.4.1' && \
RUN mamba install --quiet --yes \
'tensorflow=2.4.1' \
&& \
conda clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"