Skip to content

Commit

Permalink
[Feature:Developer] Add side packages to qiskit (#38)
Browse files Browse the repository at this point in the history
Since it's important for the Docker image to have visualization tools
and since the size of the docker image isn't a huge concern (both as
discussed with Barb), this changes the Qiskit Docker image to
additionally install tools for visualization, machine learning, etc.

Increases the size of the image from ~1.0GB to ~1.5GB

---------

Co-authored-by: Barb Cutler <Barb Cutler>
  • Loading branch information
micpap25 authored Jul 16, 2024
1 parent 2a44936 commit 201a742
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 201a742

Please sign in to comment.