Sign inSign up

romilly/qiskit-pi

By romilly

Updated over 6 years ago

qiskit Quantum Computing library and jupyter notebook running on Raspberry Pi 3B+/4B

Image
0

2.1K

romilly/qiskit-pi repository overview

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.

Install the image and run it

  1. run docker pull romilly/qiskit-pi
  2. run docker run -p 8888:8888 -v ~/notebooks:/notebooks romilly/qiskit-pi

The Dockerfile used to create the image is on GitHub

Feedback welcome! I'm @rareblog on Twitter.

Tag summary

Content type

Image

Digest

Size

805.8 MB

Last updated

over 6 years ago

docker pull romilly/qiskit-pi