Skip to content

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

License

Notifications You must be signed in to change notification settings

MomentFactory/ai-dock-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Build

AI-Dock + Python

Run python in a cloud-first AI-Dock container. Nothing is added to the installed python environment(s) - You'll have python & pip.

This image provides a great starting point for python development when used standalone but its also a solid foundation for extending upon.

Documentation

All AI-Dock containers share a common base which is designed to make running on cloud services such as vast.ai and runpod.io as straightforward and user friendly as possible.

Common features and options are documented in the base wiki but any additional features unique to this image will be detailed below.

Version Tags

The :latest tag points to :latest-cuda

Tags follow these patterns:

CUDA
  • :[python-version]-v2-cuda-[x.x.x]-[base|runtime|devel]-[ubuntu-version]

  • :latest-cuda:3.10-v2-cuda-11.8.0-cudnn8-runtime-22.04

ROCm
  • :[python-version]-v2-rocm-[x.x.x]-[core|runtime]-[ubuntu-version]

  • :latest-rocm:3.10-v2-rocm-6.0-runtime-22.04

ROCm builds are experimental. Please give feedback.

CPU
  • :[python-version]-v2-cpu-[ubuntu-version]

  • :latest-cpu:3.10-v2-cpu-22.04

Browse here for an image suitable for your target environment.

Supported Python versions: 3.10

Supported Platforms: NVIDIA CUDA, AMD ROCm, CPU

Note

Recent builds include v2 in their image tag. These images use venv rather than micromamba for environment management.

Pre-Configured Templates

Vast.​ai

python:latest-cuda (CUDA)

python:latest-rocm (ROCm)


Runpod.​io

python:latest


Note

These templates are configured to use the latest tag but you are free to change to any of the available Python CUDA tags listed here


The author (@robballantyne) may be compensated if you sign up to services linked in this document. Testing multiple variants of GPU images in many different environments is both costly and time-consuming; This along with sponsorships helps to offset costs and further the development of the project

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

No packages published

Languages

  • Shell 82.6%
  • Dockerfile 17.4%