docker-jupyter (sha256:d222cdba23c150e51ec09feb228f7a97c58eedcf538afef5ce8bc2dfba3b6c5a)

Published 2026-02-13 18:13:00 +00:00 by damien in damien/docker-jupyter

Installation

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

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1769990400'
ENV DEBIAN_FRONTEND=noninteractive JUPYTER_ENABLE_LAB=yes JUPYTER_PORT=8888 PYTHONUNBUFFERED=1 NVIDIA_VISIBLE_DEVICES=all NVIDIA_DRIVER_CAPABILITIES=compute,utility
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/* # buildkit
RUN /bin/sh -c groupadd -r jupyter -g 1000 && useradd -r -u 1000 -g jupyter -m -s /bin/bash jupyter && echo "jupyter ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers # buildkit
COPY --chown=jupyter:jupyter entrypoint.sh /home/jupyter/entrypoint.sh # buildkit
RUN /bin/sh -c mkdir -p /home/jupyter/notebooks /home/jupyter/.jupyter && chown -R jupyter:jupyter /home/jupyter && chmod +x /home/jupyter/entrypoint.sh # buildkit
USER jupyter
EXPOSE [8888/tcp]
WORKDIR /home/jupyter/notebooks
ENTRYPOINT ["/home/jupyter/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-02-13T18:08:48Z
org.opencontainers.image.revision fcee403c76ecaee845b7fd4aefc654cadddaf9f1
org.opencontainers.image.source https://git.flety.net/damien/docker-jupyter
Details
Container
2026-02-13 18:13:00 +00:00
1
OCI / Docker
linux/amd64
448 MiB
Versions (3) View all
0.1.2 2026-02-13
latest 2026-02-13
0.1.1 2026-02-13