Skip to content

Commit 201a742

Browse files
authored
[Feature:Developer] Add side packages to qiskit (#38)
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>
1 parent 2a44936 commit 201a742

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dockerfiles/qiskit/metadata.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"pushLatest": true,
3+
"latestTag": "python3.10"
4+
}

dockerfiles/python/qiskit/Dockerfile dockerfiles/qiskit/qiskit/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN apt-get install python3.10 pip -y
66

77
RUN pip install --upgrade pip==22.0.2
88

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

0 commit comments

Comments
 (0)