implemented the rest of the async functions and changed the way multithreading works
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ FROM python:3.9
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN apt-get update && apt-get install python3-pil tesseract-ocr libtesseract-dev tesseract-ocr-eng tesseract-ocr-slv tesseract-ocr-script-latn ffmpeg libsm6 libxext6 libgl1 -y
|
||||
RUN apt-get update && apt-get install python3-pil tesseract-ocr libtesseract-dev tesseract-ocr-eng tesseract-ocr-slv tesseract-ocr-script-latn ffmpeg libsm6 libxext6 libgl1 libmagic1 -y
|
||||
|
||||
COPY requirements.txt /usr/src/app/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user