Skip to content

Commit

Permalink
Add graphviz (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell authored Jun 1, 2024
1 parent 8cb162a commit f068852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ LABEL org.opencontainers.image.title="Quantum Lab" \

# OS requirements
RUN apt-get update -yq \
&& apt-get install python3-tk git -yq \
&& apt-get install -yq \
python3-tk \
graphviz \
git \
&& apt-get dist-upgrade -yq \
&& apt-get clean -yq

Expand Down
1 change: 0 additions & 1 deletion build/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pylatexenc
notebook
purplecaffeine
prototype-zne
graphviz
qiskit==1.0.2
qiskit[visualization]
qiskit_aer==0.14.1
Expand Down

0 comments on commit f068852

Please sign in to comment.