File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments