docker-jupyter (sha256:c18fa14618b727b35afd603b2b5348de1d7ff05f82c3d76b553d138a584e0467)
Installation
docker pull git.flety.net/damien/docker-jupyter@sha256:c18fa14618b727b35afd603b2b5348de1d7ff05f82c3d76b553d138a584e0467sha256:c18fa14618b727b35afd603b2b5348de1d7ff05f82c3d76b553d138a584e0467Image 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 nvtop python3 python3-dev python3-full python3-pip python3-virtualenv jupyter-server jupyter jupyterlab sudo && 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-13T17:52:16Z |
| org.opencontainers.image.revision | b67fdb504b8ad9db52b82bea444646feb5acd81b |
| org.opencontainers.image.source | https://git.flety.net/damien/docker-jupyter |
Details
2026-02-13 17:56:23 +00:00
Versions (3)
View all
Container
1
OCI / Docker
linux/amd64
439 MiB