Skip to content

Commit 35cab10

Browse files
committed
test for Francesc's update for jupyterlab extension
rucio/jupyterlab-extension#115
1 parent 39cdfdf commit 35cab10

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

vre-singleuser-rucio-jlab-dev/Dockerfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ USER $NB_UID
1111

1212
RUN 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
101103
WORKDIR $HOME
102104
USER $NB_UID
103105

104-
CMD ["start-notebook.py"]
106+
CMD ["start-notebook.py"]

0 commit comments

Comments
 (0)