Commit fc55025
authored
Pass port arg via env var instead of CLI
jupyterhub-singleuser is an extension in JH 4 and it does not expect any CLI args.
We need to pass the free port that we found in batchspawner singleuser script to jupyterhub-singleuser via `JUPYTERHUB_SERVICE_URL` env variable.1 parent d5f9a0b commit fc55025
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
37 | 45 | | |
38 | | - | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
0 commit comments