Skip to content

zapatacomputing/z-qml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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