Han Xiao

Results 114 comments of Han Xiao

> It was actually because I was not changing the name_docarray for each run as I assumed they were overwritten it should be overwritten, anyway if changing the name solves...

`OperationalError: database is locked` happens when multiple replicas trying to write at the same time, are you using one or multiple replicas for `MyStore` executors?

https://gist.github.com/benjaminlgur/ff52e3cc87d9edfb74c4bb26d8fc82d4#file-gistfile1-txt-L172-L176 your container has no access to that `.cache` directory. This is probably because: - you already have such `.cache` on host created by some users, say `root` - you...

Did you try building docker and run it via docker container? I just rebuild and run without any issue. https://github.com/jina-ai/dalle-flow#run-in-docker ```bash git clone https://github.com/jina-ai/dalle-flow.git cd dalle-flow docker build --build-arg GROUP_ID=$(id...

closing for now as we are trying to provide an auto-build docker image in next few hours. feel free to open the issue if the new image still doesn't work.

@AntonyLeons from the log the start of the service is successful, and it looks like receiving requests, handling requests, done requests all went well. Did you get the returned result...

potential reasons, sort by likelihood: - network unstable - out of disk space - OOM

we recently fixed in the Dockerfile in #20 , you could give it a try this should solve the problem as we have successfully run it on `p2.8xlarge`, @jina-ai/engineering will...

Did you try building docker and run it via docker container? I just rebuild and run without any issue. https://github.com/jina-ai/dalle-flow#run-in-docker ```bash git clone https://github.com/jina-ai/dalle-flow.git cd dalle-flow docker build --build-arg GROUP_ID=$(id...