Skip to content
Snippets Groups Projects
Commit 262e137f authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Docker] add matplotlib

parent 3c3bc831
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ RUN rm requirements.txt
RUN apt update; apt install nano
RUN pip install jupyter
RUN pip install netron
RUN pip install matplotlib
# Note that we expect the cloned finn directory on the host to be
# mounted on /workspace/finn -- see run-docker.sh for an example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment