From b78c34f54eaa937e4c5b26130e2b161135f15506 Mon Sep 17 00:00:00 2001 From: ilm <97176673+EGI-ILM@users.noreply.github.com> Date: Mon, 26 Feb 2024 08:56:02 +0000 Subject: [PATCH] Added DEMV library. See SBD#26280 (#183) --- single-user-sobigdata/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/single-user-sobigdata/Dockerfile b/single-user-sobigdata/Dockerfile index 7a4f63c0..07b91f9e 100644 --- a/single-user-sobigdata/Dockerfile +++ b/single-user-sobigdata/Dockerfile @@ -120,7 +120,8 @@ RUN pip install --no-cache-dir \ triplex \ glocalx \ cliqs \ - quantum-distance-based-classifier + quantum-distance-based-classifier \ + demv RUN pip install --no-cache-dir \ -i https://test.pypi.org/pypi/ \