vercel/sandbox/python:3.14
Python on top of the ubuntu base image. Pinned to Python 3.14 via the versioned package from the Ubuntu archive; the build fails if the distro stops shipping that version.
Runs as the default ubuntu user (uid 1000) with passwordless sudo.
gitpython3.14andpython3.14-venv(pinned versioned packages)python3-pippython-is-python3(provides thepythoncommand)uvanduvx(installed via pip)