From 87e83008300fb2fbdb0d1163c392ee575d63dcab Mon Sep 17 00:00:00 2001 From: Ismael Faro Date: Thu, 26 Oct 2023 23:37:43 -0400 Subject: [PATCH] update fixing bashrc --- Qiskit/Dockerfile | 4 ++-- Qiskit_dev/Dockerfile | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Qiskit/Dockerfile b/Qiskit/Dockerfile index 8956f0f..7c30c4d 100644 --- a/Qiskit/Dockerfile +++ b/Qiskit/Dockerfile @@ -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 diff --git a/Qiskit_dev/Dockerfile b/Qiskit_dev/Dockerfile index 1cd5d97..670c75a 100644 --- a/Qiskit_dev/Dockerfile +++ b/Qiskit_dev/Dockerfile @@ -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