Skip to content
Snippets Groups Projects
Commit 33ab7391 authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

Merge branch 'build-fix' into 'main'

update requirements and fix cv2 import in dockerfile

See merge request !44
parents 6d9f96be 55eaf28b
No related branches found
No related tags found
1 merge request!44update requirements and fix cv2 import in dockerfile
Pipeline #44364 failed
...@@ -13,6 +13,9 @@ RUN pip install -r requirements.txt ...@@ -13,6 +13,9 @@ RUN pip install -r requirements.txt
FROM python:3.9 AS runtime FROM python:3.9 AS runtime
RUN apt-get update
RUN apt-get install ffmpeg libsm6 libxext6 -y
EXPOSE 80 EXPOSE 80
ENV PATH="/venv/bin:$PATH" ENV PATH="/venv/bin:$PATH"
......
...@@ -17,3 +17,4 @@ python-dotenv==0.18.0 ...@@ -17,3 +17,4 @@ python-dotenv==0.18.0
PyMySQL==1.0.2 PyMySQL==1.0.2
pytz==2022.1 pytz==2022.1
requests==2.25.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