Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
twobombs authored Sep 5, 2021
1 parent dd47ebe commit 7f2175a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ RUN pip3 install pennylane_pq
# Install Qiskit
RUN pip3 install qiskit

# Install pyqrack
RUN pip3 install pyqrack

# node run & benchmark script, make runnable
COPY runscripts/runcosmosdockergpu.sh /root/
COPY runscripts/run-* /root/
Expand Down

0 comments on commit 7f2175a

Please sign in to comment.