File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 5555 checkinstall \
5656 qtbase5-dev qt5-qmake \
5757 build-essential \
58- libopenblas-base \
59- libopenblas-dev \
6058 liblapack-dev \
6159 libatlas-base-dev \
6260 libavcodec-dev \
@@ -132,7 +130,6 @@ RUN \
132130 pkg-config \
133131 checkinstall \
134132 build-essential \
135- libopenblas-dev \
136133 liblapack-dev \
137134 libatlas-base-dev \
138135 libavcodec-dev \
Original file line number Diff line number Diff line change 6969 checkinstall \
7070 qtbase5-dev qt5-qmake \
7171 build-essential \
72- libopenblas-base \
7372 liblapack-dev \
7473 libatlas-base-dev \
7574 libavcodec-dev \
@@ -139,7 +138,7 @@ RUN \
139138 # https://stackoverflow.com/questions/28010399/build-opencv-with-cuda-support
140139 -D CUDA_ARCH_BIN="5.3 6.1 7.0 7.5" \
141140 -D CUDA_ARCH_PTX="" \
142- -D WITH_CUBLAS=ON \
141+ # -D WITH_CUBLAS=ON \
143142 -D WITH_NVCUVID=ON \
144143 -D ENABLE_FAST_MATH=1 \
145144 -D CUDA_FAST_MATH=1 \
You can’t perform that action at this time.
0 commit comments