ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.14k stars 307 forks source link

Add steps to install flatbuffers in Dockerfile. #746

Closed eogml88 closed 5 months ago

eogml88 commented 6 months ago

When building using Dockerfile of armnn v23.11, there occurs an error regarding flatbuffers. The error occurs due to absence of the module so that I added codes to install the package before the steps which requires flatbuffers.

morgolock commented 5 months ago

Hi @eogml88

Thanks for this PR contributing to ArmNN

We don't take PRs on github. We take contrubutions on Gerrit. You should create a Gerrit review account at mlplatform.org and make your contribution there. We will be happy to review your patch once you submit it on Gerrit.

The process for contributing to ArmNN is outlined in this Contributor Guide.

Please let us know if you find any issue.

eogml88 commented 5 months ago

Thank you for the information.

morgolock commented 5 months ago

Hi @eogml88

Apologies, please see the links below https://arm-software.github.io/armnn/23.11/md__c_o_n_t_r_i_b_u_t_i_n_g.html https://arm-software.github.io/armnn/23.11/contribguides.html

Hope this helps

eogml88 commented 5 months ago

I pushed 2 commits following the guide regarding this PR. Thank you for the kindness.