Skip to content

PhoneHomePhone/python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Build

Modernized AI-Dock + Python

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.

Documentation

This project is part of a modernized stack. The common features for the underlying base image are documented in the base image repository wiki.

Version Tags

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>

CUDA
  • Example: :v1-python3.12-cuda-12.8.1-runtime-ubuntu24.04
  • Latest Tag: :latest
ROCm
  • 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.
CPU
  • 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.


Supported Versions

  • 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)

Credits and Acknowledgements

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.

About

Python docker images for use in GPU cloud and local environments. Includes AI-Dock base for authentication and improved user experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 85.5%
  • Dockerfile 14.5%