We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a0693 commit c73d4a9Copy full SHA for c73d4a9
tensorflow-notebook/Dockerfile
@@ -39,7 +39,7 @@ RUN pip install --no-cache-dir \
39
40
# Add nbgrader global config for nbshare
41
USER root
42
-COPY nbgrader_config.py /etc/jupyter/nbgrader_config.py
+COPY tensorflow-notebook/nbgrader_config.py /etc/jupyter/nbgrader_config.py
43
RUN chmod 644 /etc/jupyter/nbgrader_config.py
44
45
# Fix ownership in case root touched files
0 commit comments