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

Merge branch 'feature/update2021' into develop

parents c4917779 f3b34cd9
No related branches found
No related tags found
No related merge requests found
FROM jupyter/scipy-notebook:584f43f06586 #FROM jupyter/scipy-notebook:584f43f06586
#FROM jupyter/scipy-notebook:2021-09-07
FROM jupyter/scipy-notebook:2021-10-20
USER root USER root
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
...@@ -37,18 +39,19 @@ COPY condarc /home/jovyan/.condarc ...@@ -37,18 +39,19 @@ COPY condarc /home/jovyan/.condarc
RUN echo -e "\e[93m***** Install Jupyter Lab Extensions ****\e[38;5;241m" && \ RUN echo -e "\e[93m***** Install Jupyter Lab Extensions ****\e[38;5;241m" && \
pip install --quiet --no-cache-dir --upgrade \ pip install --quiet --no-cache-dir --upgrade \
jupyter-book==0.10.2 \ jupyter-book \
jupyter-server-proxy==3.0.2 \ jupyter-server-proxy \
nbgitpuller==0.9.0 \ nbgitpuller \
jupyterlab-git==0.30.1 \ jupyterlab-git \
jupyterlab-system-monitor==0.8.0 && \ jupyterlab-system-monitor && \
# pip install jupyterlab_templates && \ # pip install jupyterlab_templates && \
# jupyter labextension install jupyterlab_templates && \ # jupyter labextension install jupyterlab_templates && \
# jupyter serverextension enable --py jupyterlab_templates && \ # jupyter serverextension enable --py jupyterlab_templates && \
conda install defaults::nb_conda_kernels && \ # conda install defaults::nb_conda_kernels && \
conda install -c conda-forge jupyterlab-drawio==0.9.0 && \ conda install nb_conda_kernels && \
conda install -c conda-forge jupyterlab-drawio && \
conda install -c conda-forge jupyterlab_code_formatter && \ conda install -c conda-forge jupyterlab_code_formatter && \
conda install black isort && \ # conda install black isort && \
pip install jupyterlab-lsp 'python-lsp-server[all]' && \ pip install jupyterlab-lsp 'python-lsp-server[all]' && \
conda install -c conda-forge tectonic texlab chktex && \ conda install -c conda-forge tectonic texlab chktex && \
# echo -e "\e[93m***** Install Jupyter LaTeX ****\e[38;5;241m" && \ # echo -e "\e[93m***** Install Jupyter LaTeX ****\e[38;5;241m" && \
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
. ${DIR}/env.sh . ${DIR}/env.sh
docker build \ docker build --no-cache \
--file Dockerfile \ --file Dockerfile \
-t ${BASE}:$SHA \ -t ${BASE}:$SHA \
`[[ "$BRANCH" != "master" ]] && echo -t ${BASE}:$BRANCH` \ `[[ "$BRANCH" != "master" ]] && echo -t ${BASE}:$BRANCH` \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment