Skip to content

Commit 8821dc6

Browse files
committed
libopenblas
1 parent 4addd29 commit 8821dc6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

cpu/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ RUN \
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 \

gpu/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ RUN \
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 \

0 commit comments

Comments
 (0)