Skip to content

Commit 5662604

Browse files
authored
Update Dockerfile
1 parent 5a20b8d commit 5662604

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ USER root
33

44
#====== Instructor Addition ======
55

6+
RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
7+
| gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
8+
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
9+
610
RUN apt-get update && apt-get upgrade -y && \
711
apt-get clean && rm -rf /var/lib/apt/lists/*
812

@@ -17,6 +21,8 @@ RUN apt-get update && apt-get install -y build-essential \
1721
pkg-config \
1822
make \
1923
ninja-build \
24+
intel-oneapi-runtime-libs \
25+
opencl-headers \
2026
ocl-icd-libopencl1 \
2127
ocl-icd-dev \
2228
ocl-icd-opencl-dev \

0 commit comments

Comments
 (0)