From 300d4d88e140367bc913d0f6d4d1b50da2086359 Mon Sep 17 00:00:00 2001 From: Tom Whalley Date: Wed, 4 Sep 2024 15:39:44 +0000 Subject: [PATCH] packaging must be >22 --- docker/Dockerfile.ntmprofiler-0.9.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.ntmprofiler-0.9.9 b/docker/Dockerfile.ntmprofiler-0.9.9 index e2faef9..c7d4a15 100644 --- a/docker/Dockerfile.ntmprofiler-0.9.9 +++ b/docker/Dockerfile.ntmprofiler-0.9.9 @@ -26,7 +26,7 @@ RUN python3.12 -m ensurepip --upgrade RUN python3.12 -m pip install --upgrade setuptools #use pip to install ntm stuff -RUN python3.12 -m pip install pysam joblib tqdm pydantic jinja2 rich-argparse packaging +RUN python3.12 -m pip install pysam joblib tqdm pydantic jinja2 rich-argparse packaging>=22.0 RUN python3.12 -m pip install git+https://github.com/jodyphelan/pathogen-profiler.git@${PATHOGEN_PROFILER_VERSION} RUN python3.12 -m pip install git+https://github.com/jodyphelan/ntm-profiler.git@${NTM_PROFILER_VERSION}