Skip to content

Commit ed9904f

Browse files
committed
Do not clean cache manually, new image does it automatically
1 parent e1ad656 commit ed9904f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfiles/install-archlinux.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ done
2020
# install requirements
2121
pacman -Syu --noconfirm --needed \
2222
base-devel \
23-
pacman-contrib \
2423
cmake \
2524
git \
2625
unzip \
@@ -51,8 +50,6 @@ if $cuda; then
5150
nccl
5251
fi
5352

54-
paccache -rfk0
55-
5653
# when building TF with Intel MKL support, `locate` database needs to exist
5754
updatedb
5855

0 commit comments

Comments
 (0)