Skip to content

Commit 55e9e26

Browse files
test: build v1.3.1 for testing russio cluster
1 parent 7f0c399 commit 55e9e26

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

vre-swan-cern/Dockerfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ RUN pip install --no-deps --no-cache-dir \
3232
#RUN pip install rucio-jupyterlab==1.2.0 --no-cache-dir
3333

3434
# Install Rucio jupytelab extension v1.3.0 from wheels
35-
COPY rucio_jupyterlab-1.3.0-py3-none-any.whl .
36-
RUN pip install rucio_jupyterlab-1.3.0-py3-none-any.whl
37-
# RUN git clone https://github.com/Soap2G/jupyterlab-extension.git \
38-
# && cd jupyterlab-extension \
39-
# && git checkout gguerrie-API-refactoring \
40-
# && pip install . \
41-
# && cd .. \
42-
# && rm -rf jupyterlab-extension
35+
36+
# v1.3.0
37+
#COPY rucio_jupyterlab-1.3.0-py3-none-any.whl .
38+
#RUN pip install rucio_jupyterlab-1.3.0-py3-none-any.whl
39+
40+
#v1.3.1
41+
COPY rucio_jupyterlab-1.3.1-debug-py3-none-any.whl .
42+
RUN pip install rucio_jupyterlab-1.3.1-debug-py3-none-any.whl
43+
4344

4445
# Install swandaskcluster in the lib directory that is exposed to notebooks and
4546
# terminals, which need it to do automatic TLS configuration for Dask clients
614 KB
Binary file not shown.

0 commit comments

Comments
 (0)