From a5fc90d8cd20a033f1116d242c1c2f30bc82db5c Mon Sep 17 00:00:00 2001 From: yuming <305248291@qq.com> Date: Fri, 29 Sep 2023 12:50:21 -0400 Subject: [PATCH] remove paddle install in docker --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ebcf0da7..366cffc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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