Skip to content

Commit

Permalink
Adding cocotb to container
Browse files Browse the repository at this point in the history
  • Loading branch information
glennchid committed Sep 18, 2024
1 parent 68844a7 commit cb7c289
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ RUN bash scripts/tar-files.sh
RUN bash scripts/install-ghdl.sh

# For the documentation
RUN pip3 install matplotlib \
RUN pip3 install \
cocotb \
matplotlib \
rst2pdf \
sphinx \
sphinx-rtd-theme \
Expand Down

0 comments on commit cb7c289

Please sign in to comment.