{"id":20844843,"url":"https://github.com/ai-dock/python","last_synced_at":"2025-08-28T02:42:34.047Z","repository":{"id":186129087,"uuid":"674669182","full_name":"ai-dock/python","owner":"ai-dock","description":"Python docker images for use in GPU cloud and local environments. Includes AI-Dock base for authentication and improved user experience.","archived":false,"fork":false,"pushed_at":"2024-09-25T15:36:33.000Z","size":98,"stargazers_count":9,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-18T01:31:37.817Z","etag":null,"topics":["ai","cuda","docker","machine-learning","python","rocm","runpod","vast"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ai-dock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["ai-dock","robballantyne"]}},"created_at":"2023-08-04T13:45:56.000Z","updated_at":"2025-08-09T19:28:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"8172ef0e-66d4-4919-9a43-7829976f773d","html_url":"https://github.com/ai-dock/python","commit_stats":null,"previous_names":["ai-dock/python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ai-dock/python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ai-dock","download_url":"https://codeload.github.com/ai-dock/python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fpython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272424340,"owners_count":24932893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","cuda","docker","machine-learning","python","rocm","runpod","vast"],"created_at":"2024-11-18T02:11:14.253Z","updated_at":"2025-08-28T02:42:34.025Z","avatar_url":"https://github.com/ai-dock.png","language":"Shell","funding_links":["https://github.com/sponsors/ai-dock","https://github.com/sponsors/robballantyne"],"categories":[],"sub_categories":[],"readme":"[![Docker Build](https://github.com/ai-dock/python/actions/workflows/docker-build.yml/badge.svg)](https://github.com/ai-dock/python/actions/workflows/docker-build.yml)\n\n# AI-Dock + Python\n\nRun python in a cloud-first AI-Dock container. Nothing is added to the installed python environment(s) - You'll have python \u0026 pip.\n\nThis image provides a great starting point for python development when used standalone but its also a solid foundation for extending upon.\n\n\n## Documentation\n\nAll AI-Dock containers share a common base which is designed to make running on cloud services such as [vast.ai](https://link.ai-dock.org/vast.ai) and [runpod.io](https://link.ai-dock.org/runpod.io) as straightforward and user friendly as possible.\n\nCommon features and options are documented in the [base wiki](https://github.com/ai-dock/base-image/wiki) but any additional features unique to this image will be detailed below.\n\n\n## Version Tags\n\nThe `:latest` tag points to `:latest-cuda`\n\nTags follow these patterns:\n\n##### _CUDA_\n- `:[python-version]-v2-cuda-[x.x.x]-[base|runtime|devel]-[ubuntu-version]`\n\n- `:latest-cuda` \u0026rarr; `:3.10-v2-cuda-11.8.0-cudnn8-runtime-22.04`\n\n##### _ROCm_\n- `:[python-version]-v2-rocm-[x.x.x]-[core|runtime]-[ubuntu-version]`\n\n- `:latest-rocm` \u0026rarr; `:3.10-v2-rocm-6.0-runtime-22.04`\n\nROCm builds are experimental. Please give feedback.\n\n##### _CPU_\n- `:[python-version]-v2-cpu-[ubuntu-version]`\n\n- `:latest-cpu` \u0026rarr; `:3.10-v2-cpu-22.04`\n\nBrowse [here](https://github.com/ai-dock/python/pkgs/container/python) for an image suitable for your target environment.\n\nSupported Python versions: `3.10`\n\nSupported Platforms: `NVIDIA CUDA`, `AMD ROCm`, `CPU`\n\n\u003e[!NOTE]  \n\u003eRecent builds include `v2` in their image tag.  These images use `venv` rather than `micromamba` for environment management.\n\n\n\n## Pre-Configured Templates\n\n**Vast.​ai**\n\n[python:latest-cuda](https://link.ai-dock.org/template-vast-python) (CUDA)\n\n[python:latest-rocm](https://link.ai-dock.org/template-vast-python-rocm) (ROCm)\n\n---\n\n**Runpod.​io**\n\n[python:latest](https://link.ai-dock.org/template-runpod-python)\n\n---\n\n\u003e[!NOTE]  \n\u003eThese templates are configured to use the `latest` tag but you are free to change to any of the available Python CUDA tags listed [here](https://github.com/ai-dock/python/pkgs/container/python)\n\n---\n\n_The author ([@robballantyne](https://github.com/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](https://github.com/sponsors/ai-dock) helps to offset costs and further the development of the project_\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-dock%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fai-dock%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-dock%2Fpython/lists"}