sebo-b / warp

Workspace Autonomous Reservation Program - a system to help you efficiently manage hybrid (assigned, hot-desks, etc) office space.
MIT License
139 stars 60 forks source link

Cannot build demo quickstart because of error related to buildkit #10

Closed bbird81 closed 2 years ago

bbird81 commented 2 years ago

Hi, I'm unable to docker-compose the demo, I get the following error: ERROR: Service 'warp-demo-wsgi' failed to build: the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled I'm using a Ubuntu 20.04.

Tried to set env DOCKER_BUILDKIT=1 but I must be missing something.

Any advice? Thank you.

sebo-b commented 2 years ago

I think that you basically don't have buildkit installed. Please just update your docker version, here I found an instruction for you: https://docs.docker.com/engine/install/ubuntu/

Let me know if it still fails after that.

bbird81 commented 2 years ago

That was it! Thank you very much :)

BTW there's a little typo in your read me in the section "without docker - the old way"; you probably meant "flask run" and not "flash run", just guessing! :)

Thanks again!

sebo-b commented 2 years ago

You're right - it should be flask, I'm constantly doing this typo in my terminal too...

Thanks, and I hope you will find this software usefull.