opencv requirements and docker

pull/307/head
evelynmitchell 1 year ago
parent 3e419fd906
commit 6fe2cee3d5

@ -2,6 +2,8 @@
# ==================================
# Use an official Python runtime as a parent image
FROM python:3.9-slim
RUN apt-get update && apt-get -y install libglib2.0-0; apt-get clean
RUN pip install opencv-contrib-python-headless
# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1

@ -38,7 +38,7 @@ controlnet-aux
diffusers
einops
imageio
opencv-python-headless
opencv-python-headless=="*"
imageio-ffmpeg
invisible-watermark
kornia

Loading…
Cancel
Save