This file contains hidden or 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:latest | |
FROM $BASE_IMAGE | |
RUN apt-get update && apt-get --assume-yes install wget xz-utils libglib2.0-0 \ | |
libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdbus-1-3 libdrm2 libxkbcommon0 libxcomposite1 \ | |
libxdamage1 libxfixes3 libxrandr2 libgbm1 libgtk-3-0 libpango-1.0-0 libcairo2 libgdk-pixbuf2.0-0 \ | |
libatspi2.0-0 \ | |
&& python3 -m pip install oauthenticator setuptools jupyterlab \ | |
&& useradd --no-log-init -r -u 1000 king && mkdir -p /home/king && chown king /home/king \ | |
&& useradd --no-log-init -r -u 999 jovyan && mkdir -p /home/jovyan && chown jovyan /home/jovyan \ |
This file contains hidden or 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.