We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021fd3e commit 7cf9e43Copy full SHA for 7cf9e43
Dockerfile
@@ -37,6 +37,7 @@ RUN apt-get update && apt-get install -y build-essential \
37
vim \
38
gdb \
39
valgrind \
40
+ libclblast-dev \
41
&& apt-get clean && rm -rf /var/lib/apt/lists/*
42
43
# NVIDIA does not provide OpenCL passthru.
0 commit comments