-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #8475: add libtpu-wheels registry when building docker
When building docker images, we install `torch_xla[tpu]` on there. If the old registry is used, then pip will only find an old version of libtpu and will then resolve to an older version torch_xla (2.5.1). I went over the repo and made sure every `libtpu-releases` registry is followed by `libtpu-wheels`. Fixes #8475.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters