Skip to content
Snippets Groups Projects

update requirements and fix cv2 import in dockerfile

Merged Aymeric Chaumont requested to merge build-fix into main
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -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"
Loading