We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127080e commit 0de86c4Copy full SHA for 0de86c4
devops/containers/ubuntu2404_build_oneapi.Dockerfile
@@ -31,7 +31,8 @@ echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' \
31
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor \
32
| tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
33
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" \
34
-| tee /etc/apt/sources.list.d/oneAPI.list && \
+| tee /etc/apt/sources.list.d/oneAPI.list
35
+
36
# Install the ROCM kernel driver and oneAPI
37
RUN apt update && apt install -yqq rocm-dev intel-oneapi-compiler-dpcpp-cpp && \
38
apt-get clean && \
0 commit comments