Skip to content

Commit 075911a

Browse files
authored
Dockerfile with pennylane and plugins
1 parent 8b7f404 commit 075911a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
FROM triumfmlutils/baseml:v0.6
3+
4+
RUN python -m pip install pennylane \
5+
&& python -m pip install pillow \
6+
&& python -m pip install qiskit \
7+
&& python -m pip install pennylane-sf \
8+
&& python -m pip install pennylane-qiskit \
9+
&& python -m pip install pennylane-forest \
10+
&& python -m pip install pennylane_pq

0 commit comments

Comments
 (0)