Skip to content
Snippets Groups Projects
Commit 7cabf002 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

adds tour and gator.

parent e953e9f9
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,10 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR} \ ...@@ -91,6 +91,10 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
mamba install --quiet --yes \ mamba install --quiet --yes \
nb_conda_kernels \ nb_conda_kernels \
&& \ && \
mamba install -c conda-forge \
jupyterlab-tour \
mamba_gator \
&& \
echo -e "\e[93m**** Installs Code Server Web ****\e[38;5;241m" && \ echo -e "\e[93m**** Installs Code Server Web ****\e[38;5;241m" && \
curl -fsSL https://code-server.dev/install.sh | sh -s -- --prefix=/opt --method=standalone && \ curl -fsSL https://code-server.dev/install.sh | sh -s -- --prefix=/opt --method=standalone && \
mkdir -p $CODESERVERDATA_DIR &&\ mkdir -p $CODESERVERDATA_DIR &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment