Skip to content

Commit c73d4a9

Browse files
committed
file path fix
1 parent f8a0693 commit c73d4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN pip install --no-cache-dir \
3939

4040
# Add nbgrader global config for nbshare
4141
USER root
42-
COPY nbgrader_config.py /etc/jupyter/nbgrader_config.py
42+
COPY tensorflow-notebook/nbgrader_config.py /etc/jupyter/nbgrader_config.py
4343
RUN chmod 644 /etc/jupyter/nbgrader_config.py
4444

4545
# Fix ownership in case root touched files

0 commit comments

Comments
 (0)