1: 2020-08-21 (Fri) 16:55:09 iseki  |
Cur: 2020-08-21 (Fri) 16:59:24 iseki  |
- | *** SwarnSpawner 用 サンプル jupyterhub_config.py [#qa5d6c28] | + | *** SwarmSpawner 用 サンプル Dockerfile [#n7533cff] |
| + | # base image: jupyterhub |
| + | # this is built by docker-compose |
| + | # from the root of this repo |
| + | ARG JUPYTERHUB_VERSION=0.9.2 |
| + | FROM jupyterhub/jupyterhub:${JUPYTERHUB_VERSION} |
| + | # install dockerspawner from the current repo |
| + | ADD . /tmp/dockerspawner |
| + | RUN pip install --proxy=192.168.27.234:3128 --no-cache /tmp/dockerspawner |
| + | RUN pip install --proxy=192.168.27.234:3128 --no-cache jupyterlab |
| + | # install dummyauthenticator |
| + | RUN pip install --proxy=192.168.27.234:3128 --no-cache jupyterhub-dummyauthenticator |
| + | # load example configuration |
| + | ADD examples/swarm/jupyterhub_config.py /srv/jupyterhub/jupyterhub_config.py |
| + | #br |
|
Today : |
    |
Yesterday : |
    |
Total : |
        |
|
|