Walter Oggioni woggioni
  • Joined on 2024-03-17

jupyter-python (sha256:24def32690f5ad1be8426550f7cb3502392d1c400d92934f9ae84f08e5e197e6)

Published 2025-09-30 10:30:49 +02:00 by woggioni in woggioni/docker-images

Installation

docker pull gitea.woggioni.net/woggioni/jupyter-python@sha256:24def32690f5ad1be8426550f7cb3502392d1c400d92934f9ae84f08e5e197e6
sha256:24def32690f5ad1be8426550f7cb3502392d1c400d92934f9ae84f08e5e197e6

Image Layers

# debian.sh --arch 'amd64' out/ 'stable' '@1759104000'
RUN /bin/sh -c apt update && apt install -y python3 adduser # buildkit
RUN /bin/sh -c adduser -u 1000 --system --shell /bin/sh --home /home/jovyan jovyan # buildkit
USER jovyan
COPY /home/jovyan /home/jovyan # buildkit
COPY jupyter_server_config.py docker_healthcheck.py /etc/jupyter/ # buildkit
COPY start-notebook.py start-singleuser.py /usr/local/bin/ # buildkit
RUN /bin/sh -c mkdir /home/jovyan/work # buildkit
WORKDIR /home/jovyan/work
ENV JUPYTER_PORT=8888
EXPOSE &{[{{41 0} {41 0}}] 0xc0006c5480}
ENV PATH=/home/jovyan/venv/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
CMD ["start-notebook.py"]
HEALTHCHECK &{["CMD-SHELL" "/etc/jupyter/docker_healthcheck.py || exit 1"] "3s" "1s" "3s" "0s" '\x03'}
Details
Container
2025-09-30 10:30:49 +02:00
0
OCI / Docker
linux/amd64
283 MiB
Versions (2) View all
buildx 2025-09-30
latest 2025-09-30