docker-jupyter (sha256:a28aa1565d10dafc6dfdafd84ce233b4c653ae42f8cb6511f5aa746740c87dfd)
Installation
docker pull git.flety.net/damien/docker-jupyter@sha256:a28aa1565d10dafc6dfdafd84ce233b4c653ae42f8cb6511f5aa746740c87dfdsha256:a28aa1565d10dafc6dfdafd84ce233b4c653ae42f8cb6511f5aa746740c87dfdImage layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1776729600' |
| ENV DEBIAN_FRONTEND=noninteractive JUPYTER_ENABLE_LAB=yes JUPYTER_PORT=8888 PYTHONUNBUFFERED=1 NVIDIA_VISIBLE_DEVICES=all NVIDIA_DRIVER_CAPABILITIES=compute,utility |
| COPY --chown=root:root entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends build-essential ca-certificates curl git htop iftop iotop jupyter jupyter-server jupyterlab neovim nvtop python3 python3-dev python3-full python3-pip python3-virtualenv sudo unzip wget && apt-get clean && rm -rf /var/lib/apt/lists/* && groupadd -r jupyter -g 1000 && useradd -r -u 1000 -g jupyter -m -s /bin/bash jupyter && echo "jupyter ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && chmod +x /entrypoint.sh && mkdir -p /home/jupyter/notebooks /home/jupyter/.jupyter && chown -R jupyter:jupyter /home/jupyter # buildkit |
| USER jupyter |
| EXPOSE [8888/tcp] |
| WORKDIR /home/jupyter/notebooks |
| ENTRYPOINT ["/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-04-22T08:42:59Z |
| org.opencontainers.image.revision | 79541e10c01e32fb2ab1777e5b4e23fb3d1bd5a4 |
| org.opencontainers.image.source | https://git.flety.net/damien/docker-jupyter |
Details
2026-04-22 08:47:02 +00:00
Versions (4)
View all
Container
1
OCI / Docker
linux/amd64
448 MiB