Skip to content

Commit

Permalink
remove paddle install in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
yuming-long committed Sep 29, 2023
1 parent bc89ffa commit a5fc90d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN python3.8 -m pip install pip==${PIP_VERSION} && \
pip install --no-cache -r requirements/base.txt && \
pip install --no-cache -r requirements/test.txt && \
pip install --no-cache -r requirements/dev.txt && \
pip install "unstructured.PaddleOCR" && \
dnf -y groupremove "Development Tools" && \
dnf clean all

Expand Down

0 comments on commit a5fc90d

Please sign in to comment.