Skip to content

Commit

Permalink
torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
neelasha23 committed Nov 29, 2023
1 parent cd7d04d commit 0aa2ba4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/docker/ocr-solara/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM python:3.11

COPY app.py app.py
COPY label.png label.png
RUN pip install torch==2.1.1 torchvision==0.16.1 --index-url https://download.pytorch.org/whl/cpu
RUN pip install solara easyocr


Expand Down
Binary file modified examples/docker/ocr-solara/app.zip
Binary file not shown.

0 comments on commit 0aa2ba4

Please sign in to comment.