| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
We plan to provide ArrayFire packages for as many Linux distributions as possible. Currently, only Ubuntu packages are available.
Given below is the outline of this document for quick navigation.
apt-key adv --fetch-key https://repo.arrayfire.com/GPG-PUB-KEY-ARRAYFIRE-2020.PUB
echo "deb [arch=amd64] https://repo.arrayfire.com/debian all main" | tee /etc/apt/sources.list.d/arrayfire.listTo install ArrayFire's CUDA backend packages or an all-backends package such as arrayfire or arrayfire-dev, please add NVIDIA provided CUDA Ubuntu repository if you don't have it already.
Development Packages
Runtime Packages
ℹ️ All installation and associated commands need sudo privileges if they modify system files.
The commands for Ubuntu docker image are same as earlier except that you might need some additional packages installed on the image to successfully the run the commands mentioned in ubuntu section.
apt install -y gnupg2 ca-certificates apt-utils software-properties-commonSimilar to a regular system, if CUDA backend is required please add NVIDIA provided CUDA Ubuntu repository.
| Back | FazBrowse Home | New Git URL |