This is a modernized fork of the original ai-dock/python project, updated to provide a clean, cloud-first Python 3.12 environment on an Ubuntu 24.04 base.
This image provides a great starting point for Python development when used standalone, but it's also a solid foundation for extending with other applications like ComfyUI.
This project is part of a modernized stack. The common features for the underlying base image are documented in the base image repository wiki.
The :latest tag points to the latest stable CUDA runtime build (:v1-python3.12-cuda-12.8.1-runtime-ubuntu24.04).
Tags follow a clear and consistent pattern:
v1-python<version>-<platform>-<platform_version>-<os_version>
- Example:
:v1-python3.12-cuda-12.8.1-runtime-ubuntu24.04 - Latest Tag:
:latest
- Example:
:v1-python3.12-rocm-6.2-runtime-ubuntu22.04 - Note: ROCm builds currently use an Ubuntu 22.04 base pending official driver support for 24.04.
- Example:
:v1-python3.12-cpu-ubuntu24.04 - Latest Tag:
:latest-cpu
Browse the available image tags on Docker Hub or on the GitHub Packages page for this repository.
- Python (Default):
3.12 - Additional Kernels:
3.10,3.11 - Platforms:
NVIDIA CUDA,AMD ROCm,CPU - OS:
Ubuntu 24.04(NVIDIA/CPU),Ubuntu 22.04(AMD)
This project is a direct fork and modernization of the original, excellent work done by ai-dock. All credit for the foundational architecture and scripts belongs to the original author, @robballantyne.
This fork is maintained by @PhoneHomePhone.