Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BASE url to ARM64 SBSA is sbsa instead of aarch64 #40

Open
xfxavierw opened this issue Jul 13, 2021 · 0 comments
Open

BASE url to ARM64 SBSA is sbsa instead of aarch64 #40

xfxavierw opened this issue Jul 13, 2021 · 0 comments

Comments

@xfxavierw
Copy link

Please check the base url of the arm64 server
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/sbsa/
There should be a patch like:

diff --git a/vars/main.yml b/vars/main.yml
index c994f5b..c01187d 100644
--- a/vars/main.yml
+++ b/vars/main.yml
@@ -1,2 +1,2 @@
-_ubuntu_repo_dir: "{{ ansible_distribution | lower }}{{ ansible_distribution_version | replace('.', '') }}/{{ ansible_architecture }}"
+_ubuntu_repo_dir: "{{ ansible_distribution | lower }}{{ ansible_distribution_version | replace('.', '') }}/{{ ansible_architecture | replace('aarch64', 'sbsa') }}"
 _rhel_repo_dir: "rhel{{ ansible_distribution_major_version }}/{{ ansible_architecture }}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant