Skip to content

Commit

Permalink
Fix pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jun 1, 2023
1 parent 5bcf210 commit 347d4cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ LABEL maintainer="Jupyter Project <[email protected]>"
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}"

0 comments on commit 347d4cd

Please sign in to comment.