Skip to content

Commit dd7b43d

Browse files
Fix Dockerfile COPY
1 parent fd318a7 commit dd7b43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN pip3 install --upgrade pip && \
3939
pip3 install imutils
4040

4141
RUN ["mkdir", "notebooks"]
42-
COPY jupyter_notebook_config.py /root/.jupyter/
42+
COPY conf/.jupyter /root/.jupyter
4343
COPY run_jupyter.sh /
4444

4545
# Jupyter and Tensorboard ports

0 commit comments

Comments
 (0)