Skip to content

edwindj/qiskit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-image for qiskit-tutorial

This repo contains a Dockerfile that builds docker image with the qiskit tutorial

Usage

  1. Download this repo:
git clone https://github.com/edwindj/qiskit 
  1. Run the container (with docker-compose)
sudo docker-compose up -d 

or plain docker

sudo docker build -t qiskit .
sudo docker run --rm -d -v $PWD/qiskit-iqx-tutorials:/home/jovyan -p 8888:8888 qiskit

A jupyter notebook with qiskit-tutorial installed will be running on http://localhost:8888.

  1. First time login you will need a token. This can be found in the logs:
sudo docker-compose logs
# or
sudo docker logs <container_name>

Enjoy!

About

docker image with qiskit + qiskittutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages