Commit 5d42d84
authored
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 it1 parent 573b93b commit 5d42d84
2 files changed
+13
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | | - | |
| 21 | + | |
0 commit comments