Skip to content

Commit

Permalink
Add setup utils file to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed Apr 9, 2024
1 parent 3468871 commit 6efacb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ USER ${NB_USER}
COPY example-docs example-docs
COPY unstructured unstructured

# Allow unit tests run via docker to detect this file at the root
COPY setup_utils.py setup_utils.py

RUN python3.10 -c "from unstructured.partition.model_init import initialize; initialize()"

CMD ["/bin/bash"]

0 comments on commit 6efacb0

Please sign in to comment.