Skip to content

Commit 2a2f7ac

Browse files
committed
Do not install cuda libraries for arch docker
1 parent 9162e63 commit 2a2f7ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfiles/install-archlinux.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ 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*
4447
fi
4548

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

0 commit comments

Comments
 (0)