Skip to content

Commit 45f9182

Browse files
authored
Merge pull request #285 from mrhan1993:pypi_fix
update Dockerfile to solve install failed for opencv-python-headless
2 parents 2803f20 + 9acda05 commit 45f9182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . /app
88

99
RUN pip install --no-cache-dir -r requirements.txt
1010

11-
RUN pip install --no-cache-dir opencv-python-headless
11+
RUN pip install --no-cache-dir opencv-python-headless -i https://pypi.org/simple
1212

1313
EXPOSE 8888
1414

0 commit comments

Comments
 (0)