edgeless-project / runtime-python

Run-time environment in Python for EDGELESS
MIT License
0 stars 0 forks source link

Image generation error #2

Open jocacace opened 1 day ago

jocacace commented 1 day ago

Running the docker build -t python-function command, i got different error in the installation of the requirements. In particular it is not able to install the desired versions of the following libraries:

grpcio grpcio-tools protobuf

To solve the image generation error, I removed the version, installing the last one. Is there any particular reason to have different versions with respect to the last one?

ccicconetti commented 1 day ago

No reason at all. Any version of gRPC/protobuf will be good, as long as it is recent enough to digest our proto files (> 3.12, IIRC).

ccicconetti commented 1 day ago

Note the Python container is a mere example, which has to be adapted to the application developer needs.