Towards-Realtime-MOT/docker/Dockerfile

7 lines
235 B
Docker
Raw Normal View History

2023-03-31 13:58:46 +00:00
FROM pytorch/pytorch:1.13.1-cuda11.6-cudnn8-devel
RUN apt update && apt install -y ffmpeg libsm6 libxrender-dev
RUN pip install Cython
RUN pip install opencv-python cython_bbox motmetrics numba matplotlib sklearn
2023-03-31 13:58:46 +00:00
RUN pip install lap