We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcf210 commit 347d4cdCopy full SHA for 347d4cd
tensorflow-notebook/Dockerfile
@@ -11,6 +11,7 @@ LABEL maintainer="Jupyter Project <[email protected]>"
11
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
12
13
# Install Tensorflow with pip
14
+# hadolint ignore=DL3013
15
RUN pip install --no-cache-dir tensorflow && \
16
fix-permissions "${CONDA_DIR}" && \
17
fix-permissions "/home/${NB_USER}"
0 commit comments