Skip to content
Snippets Groups Projects
Commit 6b2460ef authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

quick fix for query-params labextension

parent cb1eacb6
No related branches found
Tags v1.3.0_k8s
1 merge request!44simplify image for K8s deployments of the Lab
Pipeline #62906 passed with stage
in 19 minutes and 48 seconds
...@@ -56,9 +56,9 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt ...@@ -56,9 +56,9 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt
RUN jupyter labextension disable ipcluster \ RUN jupyter labextension disable ipcluster \
ipyparallel-labextension ipyparallel-labextension
# install additional labextensions # install additional labextensions (TODO: install with pip, if possible)
RUN jupyter labextension install --no-build \ RUN jupyter labextension install --no-build \
clb-jupyter-ext-query-params@3.2.0 \ clb-jupyter-ext-query-params-dev@3.2.0 \
clb-lab-extension@0.9.2 \ clb-lab-extension@0.9.2 \
ipycanvas@0.12.0 ipycanvas@0.12.0
# ipycanvas@0.12.0: Python part installed via spack (py-ipycanvas@0.12.0) # ipycanvas@0.12.0: Python part installed via spack (py-ipycanvas@0.12.0)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment