Skip to content

Commit

Permalink
Update converter 0.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
minwook-shin authored Sep 13, 2023
1 parent 3283ded commit e644b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit-classroom-converter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM jupyter/minimal-notebook:python-3.11

LABEL maintainer="minwook shin <[email protected]>"

RUN pip install qiskit-classroom-converter==0.2.0
RUN pip install qiskit-classroom-converter==0.3.0
RUN wget https://raw.githubusercontent.com/KMU-quantum-classroom/qiskit-classroom-converter/main/qiskit_classroom_converter_public_demo.ipynb
RUN chmod +x ./qiskit_classroom_converter_public_demo.ipynb
RUN chmod +x ./qiskit_classroom_converter_public_demo.ipynb

0 comments on commit e644b14

Please sign in to comment.