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 Aug 15, 2025. It is now read-only.
[PROBLEM] The docker image can still be pushed manually for testing, but in the current state, the new image will become available to everyone right away when it's uploaded to PyTorch Docker hub. Note that PyTorch DOCKER_TOKEN is a privilege secret and won't be open to take
Take a leap of faith, PR is approved and pushed. The Docker image will then be pushed to https://hub.docker.com/r/pytorch right away and become available to all workflows across PyTorch and other domain libraries
We should figure out how to address step 3 and get rid of step 4 by providing a way to support testing new Docker images as part of the PR. Here are some thoughts:
Use a different tag and a different Docker repository for testing. People will have permission to upload the images there in their PR
Manually upload the image to personal Docker hub using personal token