diff --git a/Dockerfile b/Dockerfile index e7bb74f..8e03a44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,7 +107,7 @@ COPY ./ /ocr_service WORKDIR /ocr_service # Install requirements for the app -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 # Now run the simple api CMD ["/bin/bash", "start_service_production.sh"] \ No newline at end of file