Skip to content
Snippets Groups Projects

add-example-notebook

Merged Andreas Bleuler requested to merge add-example-notebook into master
1 unresolved thread
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -23,9 +23,9 @@ RUN R -f /tmp/install.R
COPY requirements.txt environment.yml /tmp/
RUN conda env update -q -f /tmp/environment.yml && \
/opt/conda/bin/pip install --ignore-installed -r /tmp/requirements.txt && \
jupyter labextension install --no-build @jupyter-voila/jupyterlab-preview \
@jupyter-widgets/jupyterlab-manager \
@jupyterlab/celltags && \
jupyter labextension install --no-build @jupyter-voila/jupyterlab-preview && \
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager && \
jupyter labextension install --no-build @jupyterlab/celltags && \
conda clean -y --all && \
conda env export -n "root" && \
jupyter lab build
Loading