From 1ec169b7c9604ff70f873b3393d60cc9cd521678 Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Wed, 1 Jun 2022 09:06:21 +0100 Subject: MLECO-2968 Create a docker image with all requirements Added a Dockerfile to setup and install requirements for the ml-embedded-evaluation-kit repository. Also included minor change (MLCE-859) for NPU components' source file. Signed-off-by: Matthew Sloyan Change-Id: I621fb2991218a451a0e8c33e14032b9c9e36709e --- docs/sections/building.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/sections/building.md b/docs/sections/building.md index 6c02b10..69ba0e2 100644 --- a/docs/sections/building.md +++ b/docs/sections/building.md @@ -134,6 +134,11 @@ Before proceeding, it is *essential* to ensure that the following prerequisites *Ethos™-U55* NPU driver, and CMSIS. Instructions for downloading these are listed under: [preparing build environment](./building.md#preparing-build-environment). +> **NOTE**: A Docker image built from the `Dockerfile` provided will have all the above packages installed and +> available for use. The GNU Embedded toolchain is available by default and the environment of the image will +> have certain helper variables set for running the FVP within a non-interactive terminal. Run `env` to see the +> list. + ### Third-party build prerequisites - The following software is needed by TensorFlow Lite Micro. -- cgit v1.2.1