Skip to content

Commit

Permalink
Merge pull request #285 from mrhan1993:pypi_fix
Browse files Browse the repository at this point in the history
update Dockerfile to solve install failed for opencv-python-headless
  • Loading branch information
mrhan1993 authored Apr 10, 2024
2 parents 2803f20 + 9acda05 commit 45f9182
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 45f9182

Please sign in to comment.