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
* omit .git dir from image
* dockerfile cleanup: reduce size of repo with `COPY --chown`
COPY/RUN chown doubles the size of the repo in the image
also make sure NB_USER is not empty and present in system info
* hack: launch jupyter-server instead of jupyter-notebook
BinderHub forces a launch of the legacy jupyter-notebook server,
but our base image has upgraded jupyterlab and jupyter-server to a version that doesn't support it
the alternative would be to pin-down jupyter server and everything using it
0 commit comments