Docker Images / language-runtime / pypy

pypy

JSON →
docker3.11glibc41M pulls

PyPy is a fast, compliant alternative implementation of Python with a JIT compiler.

languages-and-frameworks
Usage
Recommended variant
docker pull pypy:3.11-slim
slim = Debian-based, glibc, smaller than full — good default for production
Variants
Available tags
pypy:full
pypy:slimglibc
Lifecycle
Support & EOL
latest3.11
pull size69MB compressed
Known issues
Gotchas
avoid :latest in production — pulls breaking major version changes
slim variant reduces size but may lack some packages
some Python C extensions may not be compatible with PyPy
Resources