From 4964e69a2321ef7f2381be9ef42893b721ab23fa Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Fri, 24 Nov 2023 16:00:29 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a25ba03..3d6ccb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,6 @@ RUN apt-get update && apt-get install -y \ COPY . . # Install any needed packages specified in requirements.txt -RUN pip install --no-cache-dir tifffile +RUN pip install --no-cache-dir tifftools