Skip to content

Commit

Permalink
update Dockerfile to solve install failed for opencv-python-headless
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhan1993 committed Apr 10, 2024
1 parent 2803f20 commit 9acda05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9acda05

Please sign in to comment.