From 5521218db41f78e253042ab36349e02b137a980a Mon Sep 17 00:00:00 2001 From: Rob Court Date: Fri, 18 Oct 2024 16:30:39 +0100 Subject: [PATCH] adding tifffile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18d0618..cfd6d62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get -qq -y update \ RUN pip install pynrrd RUN pip install h5py -RUN pip3 install pynrrd h5py requests psycopg2 neo4j==1.7.6 +RUN pip3 install pynrrd h5py requests psycopg2 neo4j==1.7.6 tifffile # Python neo4j support RUN pip install requests