SwarmSpawner 用 サンプル Dockerfile 
# 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
Counter: 1096,
today: 1,
yesterday: 0
最終更新: 2020-08-21 (金) 16:59:24 (JST) (1907d) by iseki
