diff --git a/Qiskit/Dockerfile b/Qiskit/Dockerfile index 0636789..7534ecf 100644 --- a/Qiskit/Dockerfile +++ b/Qiskit/Dockerfile @@ -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 diff --git a/Qiskit_dev/Dockerfile b/Qiskit_dev/Dockerfile index 6976c59..03abeb1 100644 --- a/Qiskit_dev/Dockerfile +++ b/Qiskit_dev/Dockerfile @@ -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