Skip to content

Commit d41953c

Browse files
committed
Do not remove cuda libraries twice
1 parent f513868 commit d41953c

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
@@ -41,9 +41,6 @@ if $cuda; then
4141
cuda \
4242
cudnn \
4343
nccl
44-
rm -vf /usr/bin/nvidia*
45-
rm -vf /usr/lib/libnvidia*
46-
rm -vf /usr/lib/libcuda*
4744
fi
4845

4946
# when building TF with Intel MKL support, `locate` database needs to exist

0 commit comments

Comments
 (0)