You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
What did you find confusing? Please describe.
Different versions of Triton support different Python versions depending on which version of Ubuntu the container is based on (i.e. up to 23.02 ships with py38 as the default, later versions ship with py310)
Describe how documentation can be improved
Explicitly/correctly document which system python is shipped with the image.
Additional context
Unlike most sagemaker containers where additional packages are installed via requirements.txt Triton requires custom packages to be installed into a conda venv and then compressed using conda pack. This requires explicit knowledge of which system python the Triton image contains and this isn't py38 since 23.02.