Sign inSign up

brikerman/python

By brikerman

Updated over 1 year ago

Image
0

3.5K

brikerman/python repository overview

Python Docker Image Builder

This is a tool to build python image with various base image.

Available version

Here is the list of versions which is already available on Docker hub.

PythonBase ImageDocker Tag
3.12.0ubuntu:22.043.12.0..ubuntu--22.04
3.11.6ubuntu:22.043.11.6..ubuntu--22.04
3.11.2ubuntu:20.043.11.2..ubuntu--20.04
3.10.10ubuntu:20.043.10.10..ubuntu--20.04
3.9.16ubuntu:20.043.9.16..ubuntu--20.04
3.9.16nvidia/cuda:11.3.0-runtime-ubuntu20.043.9.16..nvidia---cuda--11.3.0-runtime-ubuntu20.04
3.8.16ubuntu:20.043.8.16..ubuntu--20.04
3.8.16nvidia/cuda:11.3.0-runtime-ubuntu20.043.8.16..nvidia---cuda--11.3.0-runtime-ubuntu20.04

You can get this image by

docker pull brikerman/python:{DockerTag}

How to trigger buid

Github tag replace rule:

  • : -> --

Docker tag replace rule:

  • / -> ---
  • : -> --
  • @ -> ..
  1. Create a new release with tag in format <python-version>@<base-image-tag>, for example 3.8.6@nvidia/cuda--11.3.0-runtime-ubuntu20.04.
  2. This will trigger a github action, and build a image with tag 3.8.6..nvidia---cuda--11.3.0-runtime-ubuntu20.04

Pre-build images

You can get pre-build images here: Docker hub

Github: https://github.com/BrikerMan/python-docker-builder

Tag summary

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