-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add reproducible compilation environment (#3943)
* add reproducible compilation environment * fix ci * fix typo for formatting check * Fix casing for format --------- Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com> Co-authored-by: Michael Wyatt <mrwyattii@gmail.com> Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com> Co-authored-by: Logan Adams <loadams@microsoft.com>
- Loading branch information
1 parent
8a63754
commit f763b93
Showing
2 changed files
with
30 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
channels: | ||
- nvidia/label/cuda-11.8.0 | ||
- pytorch # or pytorch-nightly | ||
- conda-forge | ||
dependencies: | ||
- pytorch | ||
- torchvision | ||
- torchaudio | ||
- cuda | ||
- pytorch-cuda=11.8 | ||
- compilers | ||
- sysroot_linux-64==2.17 | ||
- gcc==11.4 | ||
- ninja | ||
- py-cpuinfo | ||
- libaio | ||
- ca-certificates | ||
- certifi | ||
- openssl | ||
- python=3.10 |