Skip to content

Commit 8eb4a9f

Browse files
committed
QPR-12495 update dockerfile
1 parent c2404ba commit 8eb4a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/Dockerfile-ORESWIG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN find -regex ".*\.\(sh\|in\|ac\|am\)" -exec dos2unix {} ';'
3232
WORKDIR /swig/OREAnalytics-SWIG/Python
3333
RUN mkdir build.release
3434
WORKDIR /swig/OREAnalytics-SWIG/Python/build.release
35-
RUN cmake -DORE=/swig ..
35+
RUN cmake -DORE_ENABLE_OPENCL -DORE=/swig ..
3636
RUN make -j ${num_cores}
3737
WORKDIR /
3838
RUN mkdir oreswig

0 commit comments

Comments
 (0)