I know because they had a problem, and one package which was on PyPI failed to download for unknown reasons (possible size, 250 MB)
Show me all environment variables that start with PIP_ or UV_ or CAAS_ARTIFACTORY_
CAAS_ARTIFACTORY_PYPI_REGISTRY=packages.applied-caas-gateway1.internal.api.openai.org/artifactory/api/pypi/pypi-
And from that documentation this does act as a caching proxy. The first time a package is loaded it's fetched from PyPI but subsequent fetches should be from the Artifactory cache, assuming it's shared across many different containers.
So yeah, I was wrong in this comment https://news.ycombinator.com/item?id=49015639#49024814 - they're caching already.
I know because they had a problem, and one package which was on PyPI failed to download for unknown reasons (possible size, 250 MB)