We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0300f23 commit da3a668Copy full SHA for da3a668
.ci/docker/common/install_conda.sh
@@ -37,9 +37,9 @@ install_python() {
37
38
# From https://github.com/pytorch/pytorch/blob/main/.ci/docker/common/install_conda.sh
39
if [[ $(uname -m) == "aarch64" ]]; then
40
- conda_install "openblas==0.3.28=*openmp*"
+ conda_install -y "openblas==0.3.28=*openmp*"
41
else
42
- conda_install mkl=2021.4.0 mkl-include=2021.4.0
+ conda_install -y mkl=2021.4.0 mkl-include=2021.4.0
43
fi
44
45
popd
0 commit comments