This is a tool to build python image with various base image.
Here is the list of versions which is already available on Docker hub.
| Python | Base Image | Docker Tag |
|---|---|---|
| 3.12.0 | ubuntu:22.04 | 3.12.0..ubuntu--22.04 |
| 3.11.6 | ubuntu:22.04 | 3.11.6..ubuntu--22.04 |
| 3.11.2 | ubuntu:20.04 | 3.11.2..ubuntu--20.04 |
| 3.10.10 | ubuntu:20.04 | 3.10.10..ubuntu--20.04 |
| 3.9.16 | ubuntu:20.04 | 3.9.16..ubuntu--20.04 |
| 3.9.16 | nvidia/cuda:11.3.0-runtime-ubuntu20.04 | 3.9.16..nvidia---cuda--11.3.0-runtime-ubuntu20.04 |
| 3.8.16 | ubuntu:20.04 | 3.8.16..ubuntu--20.04 |
| 3.8.16 | nvidia/cuda:11.3.0-runtime-ubuntu20.04 | 3.8.16..nvidia---cuda--11.3.0-runtime-ubuntu20.04 |
You can get this image by
docker pull brikerman/python:{DockerTag}
Github tag replace rule:
: -> --Docker tag replace rule:
/ -> ---: -> --@ -> ..<python-version>@<base-image-tag>, for example 3.8.6@nvidia/cuda--11.3.0-runtime-ubuntu20.04.3.8.6..nvidia---cuda--11.3.0-runtime-ubuntu20.04You can get pre-build images here: Docker hub
Content type
Image
Digest
sha256:2dbf96abf…
Size
695.2 MB
Last updated
over 1 year ago
docker pull brikerman/python:3.13.2-ubuntu-22.04