Skip to content

Commit fc1501c

Browse files
authored
Fix cuda...again (#466)
1 parent f4bbc40 commit fc1501c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgml-extension/docker/install_cuda.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ else
1010
fi
1111

1212
# ARM
13-
if [[ "$(uname)" == "aarch64" ]]; then
13+
if [[ ${ARCH} == "aarch64" ]]; then
1414
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/cuda-keyring_1.0-1_all.deb
1515
fi
1616

1717
# Intel
18-
if [[ "$(uname)" != "aarch64" ]]; then
18+
if [[ ${ARCH} == "amd64" ]]; then
1919
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
2020
fi
2121

0 commit comments

Comments
 (0)
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