Skip to content

Commit

Permalink
Create basic image
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthNyan committed Mar 26, 2024
1 parent 68f5984 commit bfdcb6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dockerfiles/submitty/python/qiskit/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ubuntu:22.04

RUN apt-get update
RUN apt-get install python3 pip -y

RUN pip install qiskit qiskit-ibm-runtime

0 comments on commit bfdcb6a

Please sign in to comment.