Skip to content

Commit 7013d39

Browse files
committed
Dockerfile fixed typos.
1 parent 711136e commit 7013d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ COPY ./ /ocr_service
107107
WORKDIR /ocr_service
108108

109109
# Install requirements for the app
110-
RUN python3.11 -m pip install --no-cache-di --break-system-packagesr -r ./requirements.txt
110+
RUN python3.11 -m pip install --no-cache-dir --break-system-packages -r ./requirements.txt
111111

112112
# Now run the simple api
113113
CMD ["/bin/bash", "start_service_production.sh"]

0 commit comments

Comments
 (0)