Bobby R. Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/47219 )
Change subject: util-docker: Add Python test dependencies to Docker
......................................................................
util-docker: Add Python test dependencies to Docker
These are needed to run our Python tests
Change-Id: Ifd6904a59ad3b6217a337bd5e912c3e7e2e10c17
---
M util/dockerfiles/ubuntu-18.04_all-dependencies/Dockerfile
M util/dockerfiles/ubuntu-20.04_all-dependencies/Dockerfile
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/util/dockerfiles/ubuntu-18.04_all-dependencies/Dockerfile
b/util/dockerfiles/ubuntu-18.04_all-dependencies/Dockerfile
index 775e549..ffcb746 100644
--- a/util/dockerfiles/ubuntu-18.04_all-dependencies/Dockerfile
+++ b/util/dockerfiles/ubuntu-18.04_all-dependencies/Dockerfile
@@ -28,10 +28,11 @@
RUN apt -y update
RUN apt -y upgrade
-RUN apt -y install build-essential git m4 scons zlib1g zlib1g-dev \
+RUN apt -y install build-essential git m4 scons zlib1g zlib1g-dcdev \
libprotobuf-dev protobuf-compiler libprotoc-dev
libgoogle-perftools-dev \
python3-dev python3 python3-six doxygen libboost-all-dev \
- libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config
+ libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config mypy
\
+ python-pip python3-venv
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3
10
RUN update-alternatives --install /usr/bin/python python /usr/bin/python2 1
diff --git a/util/dockerfiles/ubuntu-20.04_all-dependencies/Dockerfile
b/util/dockerfiles/ubuntu-20.04_all-dependencies/Dockerfile
index 3facf7e..f08d08b 100644
--- a/util/dockerfiles/ubuntu-20.04_all-dependencies/Dockerfile
+++ b/util/dockerfiles/ubuntu-20.04_all-dependencies/Dockerfile
@@ -32,4 +32,5 @@
RUN apt -y install build-essential git m4 scons zlib1g zlib1g-dev \
libprotobuf-dev protobuf-compiler libprotoc-dev
libgoogle-perftools-dev \
python3-dev python3-six python-is-python3 doxygen libboost-all-dev \
- libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config
+ libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config mypy
\
+ pip python3-venv
\ No newline at end of file
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/47219
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ifd6904a59ad3b6217a337bd5e912c3e7e2e10c17
Gerrit-Change-Number: 47219
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s