Skip to content

Commit 726b38d

Browse files
committed
Typo
1 parent ac0ae7e commit 726b38d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/docker/common/install_base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install_ubuntu() {
2424
gdb \
2525
rsync \
2626
libssl-dev \
27-
zip \
27+
zip
2828

2929
# These libraries are needed by TorchVision to get optimal performance processing images
3030
apt-get install -y --no-install-recommends \

.ci/docker/common/install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install_python() {
3838
if [[ $(uname -m) == "aarch64" ]]; then
3939
conda_install "openblas==0.3.28=*openmp*"
4040
else
41-
conda_install mkl=2021.4.0 mkl-include=2021.4.0
41+
conda_install mkl=2022.1.0 mkl-include=2022.1.0
4242
fi
4343

4444
popd

0 commit comments

Comments
 (0)