File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,13 @@ RUN git clone https://github.com/Mellanox/nv_peer_memory.git /tmp/nv_peer_memory
169
169
dpkg-buildpackage -us -uc && \
170
170
dpkg -i /tmp/nvidia-peer-memory_1.1-0_all.deb
171
171
172
+ RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-Linux-x86_64.sh \
173
+ -q -O /tmp/cmake-install.sh && \
174
+ chmod u+x /tmp/cmake-install.sh && \
175
+ mkdir /usr/bin/cmake && \
176
+ /tmp/cmake-install.sh --skip-license --prefix=/usr/bin/cmake && \
177
+ rm /tmp/cmake-install.sh
178
+
172
179
# Oracle client
173
180
RUN mkdir -p /opt/oracle && \
174
181
cd /opt/oracle && \
@@ -297,13 +304,6 @@ RUN ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h && \
297
304
apt-get clean && \
298
305
rm -rf /var/lib/apt/lists/
299
306
300
- RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-Linux-x86_64.sh \
301
- -q -O /tmp/cmake-install.sh && \
302
- chmod u+x /tmp/cmake-install.sh && \
303
- mkdir /usr/bin/cmake && \
304
- /tmp/cmake-install.sh --skip-license --prefix=/usr/bin/cmake && \
305
- rm /tmp/cmake-install.sh
306
-
307
307
WORKDIR /tmp
308
308
ENV OPENCV_VERSION="4.5.1"
309
309
RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip && \
You can’t perform that action at this time.
0 commit comments