Skip to content

Commit aaaff4f

Browse files
committed
feat: build pocl as part of the container
1 parent 88a6645 commit aaaff4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ RUN apt-get update && apt-get upgrade -y && \
99
RUN apt-get update && apt-get install -y build-essential \
1010
git \
1111
clang \
12-
libclang-cpp12 \
12+
libclang-cpp10 \
1313
libclang-dev \
14-
libclang-cpp12-dev \
15-
llvm \
14+
libclang-cpp10-dev \
1615
python3-dev \
1716
libpython3-dev \
1817
ocl-icd-libopencl1 \

0 commit comments

Comments
 (0)