Skip to content

Commit

Permalink
Do not uninstall python as it is a dep of cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
FloopCZ committed Jan 7, 2021
1 parent b352d9d commit df60573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/install-archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ fi
# cleanup packages
rm -rvf /usr/local/lib/bazel/
rm -vf /usr/local/bin/bazel
pacman --noconfirm -R jdk11-openjdk python python-numpy
pacman --noconfirm -R jdk11-openjdk
pacman --noconfirm -Rns $(pacman -Qtdq)

0 comments on commit df60573

Please sign in to comment.