Chore: move hi res initialization initialize.py file out of ingest (#2096)

Move Hi_res model initialization file out of ingest to `partition` dir

---------

Co-authored-by: cragwolfe <crag@unstructured.io>
This commit is contained in:
Yuming Long 2023-11-17 00:53:25 -05:00 committed by GitHub
parent 9c66eab8a9
commit 97a25b0094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ USER ${NB_USER}
COPY example-docs example-docs COPY example-docs example-docs
COPY unstructured unstructured COPY unstructured unstructured
RUN python3.10 -c "from unstructured.ingest.pipeline.initialize import initialize; initialize()" RUN python3.10 -c "from unstructured.partition.model_init import initialize; initialize()"
CMD ["/bin/bash"] CMD ["/bin/bash"]