Skip to content

Commit

Permalink
add numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan committed Aug 6, 2024
1 parent 38a36dd commit 681fc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
table_recognition:
build: table_recognition/
Expand All @@ -9,7 +8,7 @@ services:
restart: always
text_recognition:
build: text_recognition/
runtime: nvidia
# runtime: nvidia
ports:
- "${TEXT_RECOGNITION_PORT}:80"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion streamlit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opencv-python<4.3
numpy
numpy<2
pydantic
requests
tqdm
Expand Down

0 comments on commit 681fc00

Please sign in to comment.