docker-jupyter (sha256:645645f34a31c00c06d0a77ec19c90e8b1f140ad7c9df2e61ecd6802042a0f5b)
Installation
docker pull git.flety.net/damien/docker-jupyter@sha256:645645f34a31c00c06d0a77ec19c90e8b1f140ad7c9df2e61ecd6802042a0f5bsha256:645645f34a31c00c06d0a77ec19c90e8b1f140ad7c9df2e61ecd6802042a0f5bImage layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1779062400' |
| 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-06-02T16:26:38Z |
| org.opencontainers.image.revision | 79541e10c01e32fb2ab1777e5b4e23fb3d1bd5a4 |
| org.opencontainers.image.source | https://git.flety.net/damien/docker-jupyter |
Details
2026-06-02 16:34:42 +00:00
Versions (5)
View all
Container
0
OCI / Docker
linux/amd64
448 MiB