Skip to content

Commit 1c0c2ff

Browse files
committed
add wheel for v1.4.1
1 parent eb2f846 commit 1c0c2ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

vre-swan-cern/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ RUN pip install --no-deps --no-cache-dir \
3333

3434
# CERN-VRE
3535
# RUN pip install --no-deps --no-cache-dir rucio-jupyterlab==${RUCIO_JUPYTERLAB_VERSION}
36-
RUN pip install --no-deps --no-cache-dir git+https://github.com/Soap2G/jupyterlab-extension@gguerrie-cache-fix
36+
COPY wheels/rucio_jupyterlab-*.whl /tmp/
37+
RUN pip install --no-deps --no-cache-dir /tmp/rucio_jupyterlab-*.whl && \
38+
rm -f /tmp/rucio_jupyterlab-*.whl
3739

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

0 commit comments

Comments
 (0)