Skip to content

Commit

Permalink
install: can't fix stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Oct 2, 2024
1 parent adf4e79 commit 14cb5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker/install-nvidia-graphics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ then
&& apt install -y cuda-nvcc-11-8 libcublas-11-8 libcudnn8 cuda-libraries-11-8 \
&& apt install -y cuda-nvcc-12-6 libcublas-12-6 libcudnn9-cuda-12 cuda-libraries-12-6;

if [ "$" != "0" ]
if [ "$?" != "0" ]
then
echo "Error: NVIDIA graphics packages failed to install."
exit 1
Expand Down

0 comments on commit 14cb5a2

Please sign in to comment.