commit | bef0c8c3168a67265ee7ab1a9f36b7105fe4134b | [log] [tgz] |
---|---|---|
author | Alex Bradbury <asb@lowrisc.org> | Fri Aug 27 07:02:05 2021 +0100 |
committer | Alex Bradbury <asb@asbradbury.org> | Fri Aug 27 09:15:16 2021 +0100 |
tree | 1570b99f617b56f803c99432c12ebacf70a3d5ad | |
parent | 766ffceced726a60235aedc0917cc4c60e703de4 [diff] |
[docker] Install python deps in same way as CI and users Currently, the dockerfiles install Python dependencies system-wide and doesn't explicitly update pip and setuptools. CI and instructions for users will install Python packages with --user and force an update of setuptools and pip. While installing with --user may seem unnecessary in the context of a Docker container, it avoids interactions with the system package manager (`python3 -m pip install -U pip setuptools` will fail due to the system install PyYAML). As background, CI is currently failing for Docker builds: * <https://github.com/lowRISC/opentitan/issues/7952> While a follow-up fix to pin more dependencies is likely desirable, minimising the differences between the dependency installation in our Dockerfiles vs dependency installation elsewhere should reduce our exposure to future such issues. Signed-off-by: Alex Bradbury <asb@lowrisc.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).