Skip to content

Commit 2cef3bf

Browse files
ci: include opencl in docker image
1 parent cccfabf commit 2cef3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && \
1212
apt-get install -y curl file gcc g++ git make openssh-client \
1313
autoconf automake cmake libtool libcurl4-openssl-dev libssl-dev \
1414
libelf-dev libdw-dev binutils-dev zlib1g-dev libiberty-dev wget \
15-
xz-utils pkg-config python clang
15+
xz-utils pkg-config python clang ocl-icd-opencl-dev
1616

1717
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
1818

0 commit comments

Comments
 (0)