Skip to content

Commit

Permalink
Update converter v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minwook-shin authored Jun 3, 2024
1 parent 251ecb4 commit a99abb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.5.0
RUN pip install qiskit-classroom-converter==0.5.1
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

0 comments on commit a99abb4

Please sign in to comment.