Skip to content

Commit 347d4cd

Browse files
committed
Fix pre-commit hooks
1 parent 5bcf210 commit 347d4cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow-notebook/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ LABEL maintainer="Jupyter Project <[email protected]>"
1111
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1212

1313
# Install Tensorflow with pip
14+
# hadolint ignore=DL3013
1415
RUN pip install --no-cache-dir tensorflow && \
1516
fix-permissions "${CONDA_DIR}" && \
1617
fix-permissions "/home/${NB_USER}"

0 commit comments

Comments
 (0)