Skip to content

Commit

Permalink
Merge branch 'main' into cleanup-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcutler authored Jul 16, 2024
2 parents 213d816 + 201a742 commit 7f8b2ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dockerfiles/qiskit/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"pushLatest": true,
"latestTag": "python3.10"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN apt-get install python3.10 pip -y

RUN pip install --upgrade pip==22.0.2

RUN pip install qiskit==1.0.2 qiskit-ibm-runtime==0.22.0
RUN pip install qiskit[all]==1.0.2 qiskit-ibm-runtime==0.22.0

0 comments on commit 7f8b2ce

Please sign in to comment.