We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2803f20 + 9acda05 commit 45f9182Copy full SHA for 45f9182
Dockerfile
@@ -8,7 +8,7 @@ COPY . /app
8
9
RUN pip install --no-cache-dir -r requirements.txt
10
11
-RUN pip install --no-cache-dir opencv-python-headless
+RUN pip install --no-cache-dir opencv-python-headless -i https://pypi.org/simple
12
13
EXPOSE 8888
14
0 commit comments