qiskit Quantum Computing library and jupyter notebook running on Raspberry Pi 3B+/4B
2.1K
This image for the Raspberry Pi 3B+/4B contains IBM's qiskit Quantum Computing software with a jupyter server.
To run it, you will need to install docker on your Pi. You will need to run the docker commands below using sudo unless you add yourself to the docker group.
If you create a notebooks directory in the directory from which you start the docker container, you can permanently save the jupyter notebooks you create in your docker sessions.
docker pull romilly/qiskit-pidocker run -p 8888:8888 -v ~/notebooks:/notebooks romilly/qiskit-piThe Dockerfile used to create the image is on GitHub
Feedback welcome! I'm @rareblog on Twitter.
Content type
Image
Digest
Size
805.8 MB
Last updated
over 6 years ago
docker pull romilly/qiskit-pi