-
-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Fixed failing linkcheck, w&b init (#3287)
* [CI] Fixed failing linkcheck, w&b init * Fixed pytorch cpu installation link to avoid downloading nvidia libs
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# remove pkg-resources as it causes failure when installing https://github.com/pytorch-ignite/sphinxcontrib-versioning | ||
pip uninstall -y pkg-resources setuptools && pip install --upgrade setuptools pip wheel | ||
pip install torch torchvision -f https://download.pytorch.org/whl/cpu/torch_stable.html -U | ||
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu -U | ||
pip install -r requirements-dev.txt | ||
pip install -r docs/requirements.txt | ||
pip install git+https://github.com/pytorch-ignite/sphinxcontrib-versioning.git |
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