!12312 Add requirements and docker file in ssd, update the config of num_ssd_boxes
From: @c_34 Reviewed-by: @oacjiewen,@liangchenghui Signed-off-by: @liangchenghuipull/12312/MERGE
commit
31598d522e
@ -0,0 +1,6 @@
|
||||
ARG FROM_IMAGE_NAME
|
||||
FROM ${FROM_IMAGE_NAME}
|
||||
|
||||
RUN apt install libgl1-mesa-glx -y
|
||||
COPY requirements.txt .
|
||||
RUN pip3.7 install -r requirements.txt
|
@ -0,0 +1,4 @@
|
||||
pycocotools
|
||||
opencv-python
|
||||
xml-python
|
||||
Pillow
|
Loading…
Reference in new issue