docker-jupyter (sha256:2d6e37b07528ad6337975d2871282dfd8ef0c58b2cd946c5854334858b31251d)

Published 2026-07-27 15:06:05 +00:00 by damien in damien/docker-jupyter

Installation

docker pull git.flety.net/damien/docker-jupyter@sha256:2d6e37b07528ad6337975d2871282dfd8ef0c58b2cd946c5854334858b31251d
sha256:2d6e37b07528ad6337975d2871282dfd8ef0c58b2cd946c5854334858b31251d

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'
ENV DEBIAN_FRONTEND=noninteractive JUPYTER_ENABLE_LAB=yes JUPYTER_PORT=8888 PYTHONUNBUFFERED=1 NVIDIA_VISIBLE_DEVICES=all NVIDIA_DRIVER_CAPABILITIES=compute,utility AMD_VISIBLE_DEVICES=all
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 libamdhip64-5 librccl1 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-07-27T14:59:44Z
org.opencontainers.image.revision d8f0112dd101b043eb3e0c47ab53a0c4b72fbaea
org.opencontainers.image.source https://git.flety.net/damien/docker-jupyter
Details
Container
2026-07-27 15:06:05 +00:00
0
OCI / Docker
linux/amd64
707 MiB
Versions (2) View all
latest 2026-07-27
0.0.11 2026-07-27