Update docker deps.
This commit is contained in:
parent
abf8085ab7
commit
9aa9e9c709
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
FROM pytorch/pytorch:1.3-cuda10.1-cudnn7-devel
|
||||
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
|
||||
RUN pip install lap
|
||||
|
|
Loading…
Reference in a new issue