From 5374b22798c748b662b1870c962fbba7d5e5bfe3 Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Wed, 11 Oct 2023 16:21:22 +0100 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 70da05d..6888b58 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -55,7 +55,7 @@ RUN source /venv/bin/activate && \ pip install opencv-python-headless \ pip install synapseclient \ pip install mantel \ - pip install ome_types + pip install ome_types>=0.4.2 ENV VIRTUAL_ENV=/venv ENV PATH="$VIRTUAL_ENV/bin:$PATH"