Visible to Intel only — GUID: GUID-7876E676-4955-4857-A98B-49429B8299A3
APT
Pre-installation Steps
Check the System Requirements to make sure that your OS is supported.
You can get your OS version using the following command depending on your Linux distribution:
more /etc/lsb-release
If you plan to use Intel GPU, install the GPU drivers separately.
Set up the repository:
# download the key to system keyring wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \ | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null # add signed entry to apt sources and configure the APT client to use Intel repository: echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
Update packages list and repository index:
sudo apt update
Install
Install the Intel® Deep Learning essentials with the following command:
sudo apt install intel-deep-learning-essentials
If you need to install on a machine with no internet access, or in case of a large distributed installation on a cluster, you can download a package without installing it with the --download-only option.
For the next steps, refer to Get Started with Intel® oneAPI Toolkits.