We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7f404 commit 075911aCopy full SHA for 075911a
Dockerfile
@@ -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