solgenomics / breedbase_dockerfile

The Dockerfiles for breeDBase
MIT License
8 stars 8 forks source link

GitHub Actions workflow to build image & run tests on pull_request #37

Closed nathanweeks closed 2 years ago

nathanweeks commented 2 years ago

grpcio needs to be pinned to 1.40.0 so wheel can be used (last version available for Python 3.5); internal compiler errors when building from source on Debian stretch similar to those reported in https://github.com/grpc/grpc/issues/25112#issuecomment-820600311

nathanweeks commented 2 years ago

Enabled buildkit via environment variable to work around a build error at: https://github.com/solgenomics/breedbase_dockerfile/blob/de7e3aa435d8b0287a2cdae48858d6c2387cad54/Dockerfile#L124 that looks like this issue (except not using multi-stage builds): https://github.com/moby/moby/issues/37965#issuecomment-979973550