Skip to content

Commit df60573

Browse files
committed
Do not uninstall python as it is a dep of cuda
1 parent b352d9d commit df60573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfiles/install-archlinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ fi
5959
# cleanup packages
6060
rm -rvf /usr/local/lib/bazel/
6161
rm -vf /usr/local/bin/bazel
62-
pacman --noconfirm -R jdk11-openjdk python python-numpy
62+
pacman --noconfirm -R jdk11-openjdk
6363
pacman --noconfirm -Rns $(pacman -Qtdq)

0 commit comments

Comments
 (0)