You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I'm trying to pre-load the default github repo that is shown when a docker is loaded up using the something like the following in my dockerfile (and needless to say, not working):
#Set up github access (this is temporary; real version will request key at container runtime)
RUN echo "c.GitHubConfig.access_token = 'ToBeReplacedWithLineInRunTimeShellScript'" >> ~/.jupyter/jupyter_notebook_config.py
RUN mkdir -p ~/.jupyter/lab/user-settings/@jupyterlab/github && \
echo "{\n "defaultRepo": "alexlicohen/script-toolbox"\n}" >> ~/.jupyter/lab/user-settings/@jupyterlab/github/drive.jupyterlab-settings
The text was updated successfully, but these errors were encountered:
I am also working on something similar, Instead of going to advanced settings and setting a default repo every time the server in launched, I want to set default repo in the server configuration file or in dockerfile (image) so its loaded directly as default when server notebook in launched. If someone has an input, it would be very helpful !
Hi all,
I'm trying to pre-load the default github repo that is shown when a docker is loaded up using the something like the following in my dockerfile (and needless to say, not working):
The text was updated successfully, but these errors were encountered: