We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63673e0 commit 8d4be2cCopy full SHA for 8d4be2c
Jupyter_build/Dockerfile-unraid
@@ -15,6 +15,7 @@ RUN sudo chown -R jupyter /home/jupyter /dmc
15
# Adding a default password to the running instance
16
RUN jupyter notebook --generate-config
17
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
19
20
WORKDIR /dmc
21
0 commit comments