We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a36dd commit 681fc00Copy full SHA for 681fc00
docker-compose.yaml
@@ -1,4 +1,3 @@
1
-version: "3.9"
2
services:
3
table_recognition:
4
build: table_recognition/
@@ -9,7 +8,7 @@ services:
9
8
restart: always
10
text_recognition:
11
build: text_recognition/
12
- runtime: nvidia
+ # runtime: nvidia
13
ports:
14
- "${TEXT_RECOGNITION_PORT}:80"
15
volumes:
streamlit/requirements.txt
@@ -1,5 +1,5 @@
opencv-python<4.3
-numpy
+numpy<2
pydantic
requests
5
tqdm
0 commit comments