parent
ab0010acfc
commit
8bf417078c
@ -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