Skip to content

Commit

Permalink
add matplotlib support and qiskit-runtime tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelfaro committed May 26, 2021
1 parent e1ab747 commit 90550c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Qiskit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKDIR qiskit
RUN pip3 install --upgrade pip
RUN pip3 install qiskit --user
RUN pip3 install pyscf --user
RUN pip3 install matplotlib --user

RUN echo -e "echo \"\n🔆 Welcome to the Qiskit Docker\"\n" >>~/.bashrc
RUN echo -e "echo \"\n🚀 This is the minimum elements to run Qiskit \n\n \"" >>~/.bashrc
Expand Down
1 change: 1 addition & 0 deletions Qiskit_dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM ismaelfaro/qiskit:latest

RUN pip install jupyterlab
RUN git clone https://github.com/Qiskit/qiskit-tutorials.git
RUN git clone https://github.com/Qiskit-Partners/qiskit-runtime.git

RUN echo -e "jupyter lab --allow-root --no-browser --ip=0.0.0.0 &>/dev/null &" >>~/.bashrc
RUN echo -e "echo \"\n😻🙀 Developer Enviroment\"\n" >>~/.bashrc
Expand Down

0 comments on commit 90550c2

Please sign in to comment.