Skip to content

Commit

Permalink
Docker env for Arm® Ethos™-U55 Port
Browse files Browse the repository at this point in the history
* Added comment explaining why Vela version needs to be pinned to 2.1.1

Change-Id: I1ade280faa5274cca78899f4dae9e596b16fb5df
  • Loading branch information
grant-arm committed Jul 30, 2021
1 parent f820b1e commit bdd0837
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/install/ubuntu_install_vela.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ set -u
set -o pipefail

pip3 install -U setuptools
# In a refactor between v2.1.1 and v3.0.0, find_block_configs <appropriate function name> was removed from Vela.
# Since this is still required for the TVM port, it will be reinstated in Vela in a future release.
# Until then, it needs to be pinned to v2.1.1.
pip3 install ethos-u-vela==2.1.1

0 comments on commit bdd0837

Please sign in to comment.