Skip to content
Snippets Groups Projects
Commit 55eaf28b authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

update requirements and fix cv2 import in dockerfile

parent bdaa59de
Branches
No related tags found
1 merge request!44update requirements and fix cv2 import in dockerfile
Pipeline #44357 passed
......@@ -13,6 +13,9 @@ RUN pip install -r requirements.txt
FROM python:3.9 AS runtime
RUN apt-get update
RUN apt-get install ffmpeg libsm6 libxext6 -y
EXPOSE 80
ENV PATH="/venv/bin:$PATH"
......
......@@ -17,3 +17,4 @@ python-dotenv==0.18.0
PyMySQL==1.0.2
pytz==2022.1
requests==2.25.1
tensorflow==2.9.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment