Skip to content

Commit

Permalink
update fixing bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelfaro committed Oct 27, 2023
1 parent cf62f76 commit 87e8300
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Qiskit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pip install pyscf --user
RUN pip install matplotlib --user
RUN pip install pylatexenc --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
RUN echo "echo \"\nπŸ”† Welcome to the Qiskit Docker\"\n" >>~/.bashrc
RUN echo "echo \"\nπŸš€ This is the minimum elements to run Qiskit \n\n \"" >>~/.bashrc


8 changes: 4 additions & 4 deletions Qiskit_dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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 "echo \"\nπŸ˜»πŸ™€ Developer Enviroment\"\n" >>~/.bashrc
RUN echo -e "sleep 1" >>~/.bashrc
RUN echo -e "echo \"\nπŸ“Ί You can open Jupyter Lab using the next URL:\n\"" >>~/.bashrc
RUN echo -e "jupyter lab --allow-root --no-browser --ip=0.0.0.0" >>~/.bashrc
RUN echo "echo \"\nπŸ˜»πŸ™€ Developer Enviroment\"\n" >>~/.bashrc
RUN echo "sleep 1" >>~/.bashrc
RUN echo "echo \"\nπŸ“Ί You can open Jupyter Lab using the next URL:\n\"" >>~/.bashrc
RUN echo "jupyter lab --allow-root --no-browser --ip=0.0.0.0" >>~/.bashrc

0 comments on commit 87e8300

Please sign in to comment.