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