Walter Oggioni woggioni
  • Joined on 2024-03-17

jupyter-python (sha256:72880c9a2c0a812d0afd6014420b8a5f82a743b96bf9be1ffb00cb5113325821)

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:72880c9a2c0a812d0afd6014420b8a5f82a743b96bf9be1ffb00cb5113325821
sha256:72880c9a2c0a812d0afd6014420b8a5f82a743b96bf9be1ffb00cb5113325821

Image Layers

# debian.sh --arch 'arm64' 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}}] 0xc0005f3c80}
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
1
OCI / Docker
linux/arm64
246 MiB
Versions (2) View all
buildx 2025-09-30
latest 2025-09-30