From 832c74e454d07df9227ac6bc2f44224e301d02fe Mon Sep 17 00:00:00 2001 From: Attila Gabor Date: Mon, 18 Mar 2024 14:02:26 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f186bd..02101c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM quay.io/biocontainers/decoupler:1.5.0--pyhdfd78af_0 RUN pip install omnipath==1.0.7 pandas==2.0.3 -RUN pip install --upgrade . +RUN pip install --upgrade git+https://github.com/saezlab/decoupler-py