We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b7f8e commit c711f5aCopy full SHA for c711f5a
vre-singleuser-rucio-jlab-dev/Dockerfile
@@ -30,7 +30,7 @@ RUN conda install -y -n base mamba \
30
# && jupyter server extension enable --py rucio_jupyterlab --sys-prefix
31
32
RUN git clone https://github.com/ftorradeflot/rucio-jupyterlab.git \
33
- && cd jupyterlab-extension \
+ && cd rucio-jupyterlab \
34
&& git checkout ftorradeflot_offload_rucio_api_queries \
35
&& python -m pip install . \
36
&& jupyter server extension enable --py rucio_jupyterlab --sys-prefix \
0 commit comments