We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711136e commit 7013d39Copy full SHA for 7013d39
Dockerfile
@@ -107,7 +107,7 @@ COPY ./ /ocr_service
107
WORKDIR /ocr_service
108
109
# Install requirements for the app
110
-RUN python3.11 -m pip install --no-cache-di --break-system-packagesr -r ./requirements.txt
+RUN python3.11 -m pip install --no-cache-dir --break-system-packages -r ./requirements.txt
111
112
# Now run the simple api
113
CMD ["/bin/bash", "start_service_production.sh"]
0 commit comments