kllis

Results 19 comments of kllis

BTW, even if I try to transfer content from Dockerfile to YAML I am still getting the error like: ```python RuntimeError: Docker error: The command '/bin/sh -c pip install --default-timeout=60...

@htahir1, sure. My logs with ZENML_LOGGING_VERBOSITY=DEBUG. But I haven't found the error reason. ```python 2024-01-21 20:26:37,358 - zenml.image_builders.build_context - INFO - No .dockerignore found, including all files inside build context....

> Do you actually have a file called `Dockerfile` in your working directory from which you run your pipeline? Hi, @schustmi, yes I do. I've double-checked it.

@felixdittrich92, got you, thanks. BTW, maybe you know an easy way to workaround it in my case. My case is I want to get quads (4 pts) instead of rectangles...

@felixdittrich92 All my documents are straight. So I could use `assume_straight_pages = True`, but in that case I would get rectangles (two points) as the detector output. But I need...

Probably it is a duplicate but I am wondering if there is a solution? I am using broadcasting but it is still slow. ![image](https://github.com/mindee/doctr/assets/86170544/6979c5d3-c6cd-4e9c-b489-fd740576f736)

@felixdittrich92 got it. Maybe I'll take a look at this issue later to optimize it.

@imeckr, you are right. But I have the same bug and this error occurs while creating of VectorstoreIndexCreator. Code: ``` from langchain.embeddings import LlamaCppEmbeddings from langchain.indexes import VectorstoreIndexCreator llama_emb =...

@imeckr Really, my bad, thanks.