Skip to content

multi-build/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu focal 64-bit images with Pythons installed

Ubuntu focal (20.04) docker images (64-bit) with Pythons:

  • 2.7
  • 3.6
  • 3.7
  • 3.8
  • 3.9
  • 3.10
  • 3.11
  • 3.12
  • 3.13 (including 3.13-nogil)

installed via apt-get install python2.7-dev (etc).

Pip installed for each Python via ensurepip (for python3) or get-pip.py.

Pythons include pip and setuptools.

Extra development libraries left in the installation:

  • multibuild libraries
  • libffi-dev (needed for cffi)

Use them via (for x86_64) docker run -it multibuild/focal_x86_64 /bin/bash

The images live under https://hub.docker.com/u/multibuild

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages