Skip to content

Commit

Permalink
test installation of the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Apr 10, 2024
1 parent cbf150b commit 3cff39f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vre-singleuser-py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ RUN conda install -y -n base mamba \
# Install rucio-jupyterlab version with jlab v=4
RUN git clone https://github.com/garciagenrique/jupyterlab-extension.git \
&& cd jupyterlab-extension \
&& git fetch \
&& git checkout jlab4_update \
&& pip install . \
&& cd .. \
&& jupyter serverextension enable --py rucio_jupyterlab --sys-prefix
&& cd ..
# && jupyter serverextension enable --py rucio_jupyterlab --sys-prefix

RUN pip install swanoauthrenew==1.0.1 PyJWT \
&& jupyter serverextension enable --py rucio_jupyterlab --sys-prefix \
Expand Down

0 comments on commit 3cff39f

Please sign in to comment.