File tree 1 file changed +2
-19
lines changed
1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,8 @@ RUN apt-get update && apt-get upgrade -y && \
8
8
9
9
RUN apt-get update && apt-get install -y build-essential \
10
10
git \
11
- libssl-dev \
12
- zlib1g-dev \
13
- libbz2-dev \
14
- libreadline-dev \
15
- libsqlite3-dev \
16
- wget \
17
- curl \
18
- llvm \
19
- libncurses5-dev \
20
- libncursesw5-dev \
21
- xz-utils \
22
- tk-dev \
23
- libffi-dev \
24
- liblzma-dev \
25
- python3-openssl \
26
- libopencv-dev \
27
11
clang \
28
- libclang -dev \
12
+ libclang12 -dev \
29
13
llvm \
30
14
python3-dev \
31
15
libpython3-dev \
@@ -42,15 +26,14 @@ RUN apt-get update && apt-get install -y build-essential \
42
26
dialog \
43
27
apt-utils \
44
28
libxml2-dev \
45
- libclang-cpp12-dev \
46
29
llvm-dev \
47
30
&& apt-get clean && rm -rf /var/lib/apt/lists/*
48
31
49
32
# NVIDIA does not provide OpenCL passthru.
50
33
# POCL supports a CUDA-based OpenCL driver
51
34
RUN git clone https://github.com/pocl/pocl.git /pocl
52
35
WORKDIR /pocl
53
- RUN git checkout v6 .0
36
+ RUN git checkout v5 .0
54
37
RUN mkdir build
55
38
WORKDIR /pocl/build
56
39
RUN cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/ -DENABLE_CUDA=ON .. && \
You can’t perform that action at this time.
0 commit comments