Skip to content
Snippets Groups Projects

Update Dockerfile

1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -15,7 +15,7 @@ RUN conda install --quiet --yes \
RUN pip install \
'git+https://github.com/stv0g/nbgitpuller@f735265f7b2a429a17a8fab70cfd3557f060640d' \
'git+https://git.rwth-aachen.de/jupyter/rwth-nb@v0.1.0'
'git+https://git.rwth-aachen.de/jupyter/rwth-nb@v0.1.1'
# Basic Backend extensions
RUN jupyter serverextension enable --sys-prefix --py \
@@ -32,7 +32,8 @@ RUN jupyter labextension install \
jupyter-matplotlib@0.7.2 \
jupyterlab-drawio \
jupyterlab_filetree \
jupyterlab_iframe
jupyterlab_iframe \
jupyterlab-rwth
# Use RWTH Mirror
USER root
Loading