mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
11 lines
290 B
Docker
11 lines
290 B
Docker
# cuda10.0
|
|
FROM fineyu/tensorrt7:0.0.1
|
|
|
|
RUN add-apt-repository -y ppa:timsc/opencv-3.4 && \
|
|
apt-get update && \
|
|
apt-get install -y cmake \
|
|
libopencv-dev \
|
|
libopencv-dnn-dev \
|
|
libopencv-shape3.4-dbg && \
|
|
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|