Skip to content

Commit 8d4be2c

Browse files
committed
Fixed jupyter_notebook_config.json file permission issues for unraid container as reported in issue 29
1 parent 63673e0 commit 8d4be2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jupyter_build/Dockerfile-unraid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN sudo chown -R jupyter /home/jupyter /dmc
1515
# Adding a default password to the running instance
1616
RUN jupyter notebook --generate-config
1717
COPY jupyter_notebook_config.json /home/jupyter/.jupyter/jupyter_notebook_config.json
18+
RUN sudo chown jupyter.users /home/jupyter/.jupyter/jupyter_notebook_config.json
1819

1920
WORKDIR /dmc
2021

0 commit comments

Comments
 (0)