File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
vre-singleuser-rucio-jlab-dev Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ USER $NB_UID
1111
1212RUN conda install -y -n base mamba \
1313 && mamba install -y -c conda-forge python-gfal2 \
14+ gfal2 \
15+ gfal2-util \
1416 nodejs \
1517 jupyterlab">4,<5" \
1618 notebook"<7" \
1719 jupyterhub \
18- jsonschema>4 \
20+ jsonschema"<4.18" \
1921 jupyterlab_server \
2022 jupyter_server \
2123 traitlets \
@@ -29,13 +31,13 @@ RUN conda install -y -n base mamba \
2931# RUN python -m pip install rucio-jupyterlab==1.0.0 \
3032# && jupyter server extension enable --py rucio_jupyterlab --sys-prefix
3133
32- RUN git clone https://github.com/garciagenrique/jupyterlab-extension .git \
33- && cd jupyterlab-extension \
34- && git checkout errorHandling_listScopesPopover \
34+ RUN git clone https://github.com/ftorradeflot/rucio-jupyterlab .git \
35+ && cd rucio-jupyterlab \
36+ && git checkout ftorradeflot_offload_rucio_api_queries \
3537 && python -m pip install . \
3638 && jupyter server extension enable --py rucio_jupyterlab --sys-prefix \
3739 && cd .. \
38- && rm -rf jupyterlab-extension
40+ && rm -rf rucio-jupyterlab
3941
4042# RUN python -m pip install swanoauthrenew==1.0.1 \
4143# && jupyter server extension enable --py swanoauthrenew --sys-prefix
@@ -101,4 +103,4 @@ ENV JUPYTERHUB_SINGLEUSER_APP=jupyter-server
101103WORKDIR $HOME
102104USER $NB_UID
103105
104- CMD ["start-notebook.py" ]
106+ CMD ["start-notebook.py" ]
You can’t perform that action at this time.
0 commit comments