This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ARG BASE_IMAGE=jupyterhub/jupyterhub:2 | |
FROM $BASE_IMAGE | |
RUN python3 -m pip install -U setuptools pip \ | |
&& python3 -m pip install -U jupyterlab \ | |
&& useradd --no-log-init -r -u 999 jovyan && mkdir -p /home/jovyan && chown jovyan /home/jovyan \ | |
&& useradd --no-log-init -r -u 998 marc && mkdir -p /home/marc && chown marc /home/marc | |
COPY ./jupyterhub_config.py /srv/jupyterhub/ |
The demonstration markdown file [World Population](./World Population.md) is copied from Jupytext.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.