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

chore: update notebook

parent fdd07efa
No related branches found
No related tags found
1 merge request!139add-example-notebook
...@@ -23,8 +23,9 @@ RUN R -f /tmp/install.R ...@@ -23,8 +23,9 @@ RUN R -f /tmp/install.R
COPY requirements.txt environment.yml /tmp/ COPY requirements.txt environment.yml /tmp/
RUN conda env update -q -f /tmp/environment.yml && \ RUN conda env update -q -f /tmp/environment.yml && \
/opt/conda/bin/pip install --ignore-installed -r /tmp/requirements.txt && \ /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-voila/jupyterlab-preview \
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager && \ @jupyter-widgets/jupyterlab-manager \
@jupyterlab/celltags && \
conda clean -y --all && \ conda clean -y --all && \
conda env export -n "root" && \ conda env export -n "root" && \
jupyter lab build 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