Helsinki-NLP / Opus-MT

Open neural machine translation models and web services
MIT License
592 stars 71 forks source link

Docker build fails due to missing libprotobuf23 #53

Closed Waino closed 2 years ago

Waino commented 2 years ago

Building the docker image with the command docker-compose up fails with the following error:

E: Unable to locate package libprotobuf23

libprotobuf23 is not available in debian buster (it only has libprotobuf17), but it is available from debian buster-backports.

santhoshtr commented 2 years ago

See https://github.com/Helsinki-NLP/Opus-MT/issues/44