From 85c69213e326804791b82fcf10d2155306b857b0 Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Thu, 8 Aug 2024 10:58:18 +0200 Subject: [PATCH] take out reana --- vre-singleuser-py311/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vre-singleuser-py311/Dockerfile b/vre-singleuser-py311/Dockerfile index ead975b..4ed1ac3 100644 --- a/vre-singleuser-py311/Dockerfile +++ b/vre-singleuser-py311/Dockerfile @@ -31,9 +31,9 @@ RUN pip install rucio-jupyterlab==1.0.0 \ RUN pip install swanoauthrenew==1.0.1 \ && jupyter server extension enable --py swanoauthrenew --sys-prefix - # RUN pip install reana-client>=0.9.0 #jsonschema version cob +# RUN pip install reana-client>=0.9.0 #jsonschema version compatibility issue. +# Not even working with RUN pip install git+https://github.com/mdonadoni/reana-client.git@vre-summer-24 RUN pip install ipykernel ipywidgets PyJWT -RUN pip install git+https://github.com/mdonadoni/reana-client.git@vre-summer-24 #dogpile.cache # RUN pip install --upgrade jupyterlab-git