docker / genai-stack

Langchain + Docker + Neo4j + Ollama
Creative Commons Zero v1.0 Universal
4.07k stars 886 forks source link

win11 building error #125

Open thomasmechanix opened 9 months ago

thomasmechanix commented 9 months ago

Hi all, I'm building the docker compose on windows with docker 'compose up --build' and got the following error. Just wondering if anyone has encountered this? image

failed to solve: changes out of order: "images/datamodel.png" "chains.py"

sidagarwal04 commented 9 months ago

I am guessing this is related to the Docker Desktop version. If you are on Docker Desktop 4.27.1 then upgrade to 4.27.2 or downgrade to 4.26.X instead and try running docker compose up --build. Hopefully it should work fine then.