You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# add signed entry to apt sources and configure the APT client to use Intel repository:
11
+
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
# add signed entry to apt sources and configure the APT client to use Intel repository:
11
+
echo"deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main"| tee /etc/apt/sources.list.d/oneAPI.list
0 commit comments