Move recipe Dockerfiles to separate files (#1953)

This commit is contained in:
Ayaz Salikhov
2023-07-28 18:23:39 +04:00
committed by GitHub
parent bc938c50dc
commit 5e381019fd
13 changed files with 128 additions and 100 deletions

View File

@@ -11,7 +11,6 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install Tensorflow with pip
# hadolint ignore=DL3013
RUN pip install --no-cache-dir tensorflow && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"