From 6f497b9b5c10217efe8f262f39adf276345e6f14 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 27 Oct 2022 15:24:41 -0700 Subject: [PATCH] Fix cuda...again --- pgml-extension/docker/install_cuda.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgml-extension/docker/install_cuda.sh b/pgml-extension/docker/install_cuda.sh index 99d800078..c93310572 100644 --- a/pgml-extension/docker/install_cuda.sh +++ b/pgml-extension/docker/install_cuda.sh @@ -10,12 +10,12 @@ else fi # ARM -if [[ "$(uname)" == "aarch64" ]]; then +if [[ ${ARCH} == "aarch64" ]]; then wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/cuda-keyring_1.0-1_all.deb fi # Intel -if [[ "$(uname)" != "aarch64" ]]; then +if [[ ${ARCH} == "amd64" ]]; then wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb fi pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy