Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hack to launch jupyter-server (#113)
* 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
- Loading branch information