We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sbsa
aarch64
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 }}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: