Our Quantum Machine Learning docker image.
For more details, see orquestra.io/docs/qe/machine-learning/ml.
- This image has z-ml (and qe-tools-base) as the base image.
- Purpose is for installing QML libraries.
- Rigetti
qvm
andquilc
(and dependencies) are installed. More info here.
Build the image:
docker build -t z-qml .
If it finished without errors, your image is ready for production.
Check whether your image is there:
docker images
If you would like to inspect your docker container (i.e. go inside your container, inspect dir structure, run things, etc), you can run:
docker run -it z-qml sh