Skip to content

Commit bd7b208

Browse files
committed
Updated Dockerfile
1 parent 83aa665 commit bd7b208

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ RUN apt install build-essential -y
44
RUN apt install git -y
55
RUN apt install python3 python3-pip -y
66
RUN apt install iverilog gtkwave -y
7-
RUN apt install python-pygraphviz -y
8-
RUN pip3 install jinja2 pytest pytest-pythonpath pyverilog ipgen
7+
RUN pip3 install jinja2 numpy pytest pytest-pythonpath pyverilog
98
RUN mkdir /home/veriloggen/
109
WORKDIR "/home/veriloggen"
1110
RUN git clone https://github.com/PyHDI/veriloggen.git

0 commit comments

Comments
 (0)