From d45a8c9c3b14ecaead787e4d0f5949e5a7533a09 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <yamanu@xilinx.com> Date: Thu, 23 Jan 2020 14:02:53 +0000 Subject: [PATCH] [Docker] add pytest-dependency --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 00050b9f9..91608f3b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apt update; apt install nano RUN pip install jupyter RUN pip install netron RUN pip install matplotlib +RUN pip install pytest-dependency RUN apt-get install -y build-essential libglib2.0-0 libsm6 libxext6 libxrender-dev RUN apt install verilator -- GitLab