https://github.com/edwindj/qiskit
docker image with qiskit + qiskittutorial
https://github.com/edwindj/qiskit
Last synced: 11 months ago
JSON representation
docker image with qiskit + qiskittutorial
- Host: GitHub
- URL: https://github.com/edwindj/qiskit
- Owner: edwindj
- Created: 2019-08-30T13:19:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T12:34:06.000Z (almost 7 years ago)
- Last Synced: 2025-05-14T07:51:11.844Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 4.97 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```
2) 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.
3) First time login you will need a token. This can be found in the logs:
```
sudo docker-compose logs
# or
sudo docker logs
```
Enjoy!