-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python version in Xtensa images (#2228)
The Xtensa docker images were using python 3.6, which is incompatible with some of our python packages. This has not been a problem before because the Xtensa images only perform make builds with very minimal python script usage. With the new codegen tools, Bazel is used to invoke the code generator, and this brings in the incompatible python dependencies. This PR changes the base image for the three Xtensa docker containers to pull to python instead of ubuntu. This is similar to our base TFLM docker image, which also uses the same python:3.10-bullseye base image. BUG=b/300655634
- Loading branch information
Showing
3 changed files
with
6 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters