Skip to content

Commit

Permalink
add Alternative installation with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
minwook-shin committed Aug 26, 2023
1 parent d1a0bb5 commit 687e7c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ quantum_circuit.append(result, [0, 1])
pip install qiskit-classroom-converter
```

## Docker Pull & Run

Alternative installation with docker image.

```shell
docker pull ghcr.io/kmu-quantum-classroom/qiskit-classroom-converter
docker run -p 8888:8888 ghcr.io/kmu-quantum-classroom/qiskit-classroom-converter
```

## Dependencies

* qiskit
Expand Down

0 comments on commit 687e7c7

Please sign in to comment.