Skip to content
Snippets Groups Projects
Commit aab4142f authored by Rok Roškar's avatar Rok Roškar
Browse files

chore: update notebook

parent 7a86f96b
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !139. Comments created here will be created in the context of that merge request.
......@@ -23,8 +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 labextension install --no-build @jupyter-widgets/jupyterlab-manager && \
jupyter labextension install --no-build @jupyter-voila/jupyterlab-preview \
@jupyter-widgets/jupyterlab-manager \
@jupyterlab/celltags && \
conda clean -y --all && \
conda env export -n "root" && \
jupyter lab build
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment