Skip to content

Commit

Permalink
update examples/pdf_document_extraction/images.py
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Oct 19, 2024
1 parent 4766072 commit a42842c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/pdf_document_extraction/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
chroma_image = Image(python="3.11").name("tensorlake/blueprints-chromadb").run("pip install chromadb").run("pip install pillow")

st_image = (
Image(python="3.11")
Image()
.name("tensorlake/pdf-blueprint-st")
.base_image("pytorch/pytorch:2.4.1-cuda11.8-cudnn9-runtime")
.run("pip install sentence-transformers")
.run("pip install langchain")
.run("pip install pillow")
Expand Down

0 comments on commit a42842c

Please sign in to comment.