Christof Seyfferth cseyfferth
  • Joined on 2020-08-29

jupyterhub (latest)

Published 2023-08-11 11:07:39 +02:00 by cseyfferth

Installation

docker pull git.seyfferth.dev/cseyfferth/jupyterhub:latest
sha256:bf970fd3d19baea8e4d924544a8cb34ad47ae3a6bd96734d5f0ee0e69616fac8

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:140fb5108b4a2861b5718ad03b4a5174bba03589ea8d4c053e6a0b282f439ff3 in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive SHELL=/bin/bash LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 PYTHONDONTWRITEBYTECODE=1
EXPOSE map[8000/tcp:{}]
LABEL maintainer=Jupyter Project <jupyter@googlegroups.com>
LABEL org.jupyter.service=jupyterhub
WORKDIR /srv/jupyterhub
RUN /bin/sh -c apt-get update -qq && apt-get install -yqq --no-install-recommends ca-certificates curl gnupg locales python-is-python3 python3-pip python3-pycurl nodejs npm && locale-gen $LC_ALL && npm install -g configurable-http-proxy@^4.2.0 && rm -rf /var/lib/apt/lists/* /var/log/* /var/tmp/* ~/.npm # buildkit
RUN /bin/sh -c python3 -m pip install --no-compile --no-cache-dir --upgrade setuptools pip && python3 -m pip install --no-compile --no-cache-dir /tmp/wheelhouse/* # buildkit
CMD ["jupyterhub"]
RUN /bin/sh -c python3 -m pip install --no-cache-dir dockerspawner jupyterhub-ldapauthenticator # buildkit
CMD ["jupyterhub" "-f" "/srv/jupyterhub/jupyterhub_config.py"]

Labels

Key Value
maintainer Jupyter Project <jupyter@googlegroups.com>
org.jupyter.service jupyterhub
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2023-08-11 11:07:39 +02:00
2
OCI / Docker
linux/amd64
108 MiB
Versions (1) View all
latest 2023-08-11