VOLTTRON / volttron-docker

Docker based images for different volttron instance types.
13 stars 21 forks source link

Unable to build Volttron docker image #69

Closed yuyi-d closed 1 year ago

yuyi-d commented 1 year ago

Failed to build docker image with the following error message.

Screenshot (111)
acedrew commented 1 year ago

gevent issues say to upgrade to 21.8.0 to fix cython incompatibilities. Testing with 21.12.0 now https://github.com/gevent/gevent/issues/1801

craig8 commented 1 year ago

@yuyi-d what operating system were you using when you built the image?

craig8 commented 1 year ago

In PR#67 we update the base image to bullseye and you should be able to build it locally now. Please let us know if this does not work for you. Also close the issue when done testing.

craig8 commented 1 year ago

note the #67 was pushed to develop branch so please checkout that locally for testing.

yuyi-d commented 1 year ago

@craig8 I tested the develop branch on a Linux machine (Ubuntu 20.04.2) and I was able to build & start the image locally Thank you!

craig8 commented 1 year ago

@yuyi-d that's great to hear!