diff --git a/Dockerfile b/Dockerfile index 4807216..9d45235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . /app RUN pip install --no-cache-dir -r requirements.txt -RUN pip install --no-cache-dir opencv-python-headless +RUN pip install --no-cache-dir opencv-python-headless -i https://pypi.org/simple EXPOSE 8888