We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101f473 commit 179dd6fCopy full SHA for 179dd6f
Dockerfile
@@ -16,7 +16,7 @@ LABEL maintainer="AliceVision Team [email protected]"
16
17
COPY . /opt/cctag
18
WORKDIR /opt/cctag/build
19
-RUN cmake .. -DWITH_CUDA:BOOL=ON \
+RUN cmake .. -DCCTAG_WITH_CUDA:BOOL=ON \
20
-DCMAKE_BUILD_TYPE=Release \
21
-DBUILD_SHARED_LIBS:BOOL=ON \
22
-DCMAKE_PREFIX_PATH:PATH=/opt/ && make install -j$(nproc)
0 commit comments