/z-qml

Pack for quantum machine learning

Primary LanguagePythonApache License 2.0Apache-2.0

z-qml

Our Quantum Machine Learning docker image.

For more details, see orquestra.io/docs/qe/machine-learning/ml.

Info

  • This image has z-ml (and qe-tools-base) as the base image.
  • Purpose is for installing QML libraries.
  • Rigetti qvm and quilc (and dependencies) are installed. More info here.

Testing locally

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