Commit aec8418
Pin conda to 23.5.2 for Docker builds (pytorch#106473)
Fixes pytorch#106470
Since conda released version 23.7.2 - https://github.com/conda/conda/releases our nightly Docker build started to fail
```
pytorch#28 12.53 ResolvePackageNotFound:
pytorch#28 12.53 - conda==23.5.2
```
This PR pins conda Docker install to 23.5.2 to fix nightly Docker release
Pull Request resolved: pytorch#106473
Approved by: https://github.com/seemethere, https://github.com/malfet1 parent 1f1dfa9 commit aec8418
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments