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 ac0ae7e commit 726b38dCopy full SHA for 726b38d
.ci/docker/common/install_base.sh
@@ -24,7 +24,7 @@ install_ubuntu() {
24
gdb \
25
rsync \
26
libssl-dev \
27
- zip \
+ zip
28
29
# These libraries are needed by TorchVision to get optimal performance processing images
30
apt-get install -y --no-install-recommends \
.ci/docker/common/install_conda.sh
@@ -38,7 +38,7 @@ install_python() {
38
if [[ $(uname -m) == "aarch64" ]]; then
39
conda_install "openblas==0.3.28=*openmp*"
40
else
41
- conda_install mkl=2021.4.0 mkl-include=2021.4.0
+ conda_install mkl=2022.1.0 mkl-include=2022.1.0
42
fi
43
44
popd
0 commit comments