From 347d4cd3be3801f68052dae3fc7998d9e1d7b598 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 1 Jun 2023 15:28:22 +0400 Subject: [PATCH] Fix pre-commit hooks --- tensorflow-notebook/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow-notebook/Dockerfile b/tensorflow-notebook/Dockerfile index 51070fdc8e..24a46d96fe 100644 --- a/tensorflow-notebook/Dockerfile +++ b/tensorflow-notebook/Dockerfile @@ -11,6 +11,7 @@ LABEL maintainer="Jupyter Project " 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}"