Skip to content

Commit 3af0149

Browse files
authored
Merge branch 'main' into clang_14
2 parents dc36561 + bfd6548 commit 3af0149

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

dockerfiles/clang/14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ RUN rm -rf /var/lib/apt/lists/*
77

88
# symlinks
99
RUN ln -s /usr/bin/clang++-14 /usr/bin/clang++
10-
RUN ln -s /usr/bin/clang-14 /usr/bin/clang
10+
RUN ln -s /usr/bin/clang-14 /usr/bin/clang
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM ubuntu:22.04
2+
3+
RUN apt-get update
4+
5+
RUN apt-get install python3.10 pip -y
6+
7+
RUN pip install --upgrade pip==22.0.2
8+
9+
RUN pip install qiskit[all]==2.0.1 qiskit-ibm-runtime==0.39.0

dockerfiles/qiskit/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"pushLatest": true,
3-
"latestTag": "python3.10"
3+
"latestTag": "2.0.1"
44
}

0 commit comments

Comments
 (0)