Skip to content

Commit c711f5a

Browse files
authored
Fix directory path for cloning rucio-jupyterlab
1 parent 97b7f8e commit c711f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vre-singleuser-rucio-jlab-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN conda install -y -n base mamba \
3030
# && jupyter server extension enable --py rucio_jupyterlab --sys-prefix
3131

3232
RUN git clone https://github.com/ftorradeflot/rucio-jupyterlab.git \
33-
&& cd jupyterlab-extension \
33+
&& cd rucio-jupyterlab \
3434
&& git checkout ftorradeflot_offload_rucio_api_queries \
3535
&& python -m pip install . \
3636
&& jupyter server extension enable --py rucio_jupyterlab --sys-prefix \

0 commit comments

Comments
 (0)