Small derived Jupyter image built on top of quay.io/jupyter/pytorch-notebook.
jupyter-aijupyter-ai-jupyternautjupyter-ai-litellmlangchain-openai@openai/codex@zed-industries/codex-acpnodejs
The pinned upstream base image tag lives in BASE_TAG and is also
copied into the Dockerfile as the default value for ARG BASE_TAG.
Current base image:
quay.io/jupyter/pytorch-notebook:2026-06-02
Published image target:
ghcr.io/faisal-memon/jupyter-pytorch-ai
docker build -t jupyter-pytorch-ai:local .This repo is intended to use two GitHub Actions workflows:
build.yamlpublishes the image when changes land onmainupdate-base-image.yamlchecks Quay for a newer dated upstream tag and opens a PR when one is available
The update workflow is intentionally PR-based so upstream image bumps are reviewed before a new image is published.