mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-10-16 10:33:57 +00:00
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:
parent
9c66eab8a9
commit
97a25b0094
@ -36,6 +36,6 @@ USER ${NB_USER}
|
||||
COPY example-docs example-docs
|
||||
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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user