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

[Dockerfile] Add sphinx installation to Dockerfile

parent 2ebcae37
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,11 @@ RUN pip install jupyter
RUN pip install netron
RUN pip install matplotlib
RUN pip install pytest-dependency
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get install -y build-essential libglib2.0-0 libsm6 libxext6 libxrender-dev
RUN apt install verilator
RUN pip install sphinx
# 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