Skip to content
Snippets Groups Projects
Commit e2356a16 authored by auphelia's avatar auphelia
Browse files

[Dockerfile] Added pip install netron

parent 5f8cfc7b
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ RUN pip install -r requirements.txt
RUN rm requirements.txt
RUN apt update; apt install nano
RUN pip install jupyter
RUN pip install netron
# 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