From fb474290bca6086a4b90162c02f831c55ff4ec22 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 26 Sep 2023 15:24:32 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e3ac88..7366f72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,7 +95,7 @@ RUN conda install -y \ pip install \ matplotlib \ graphviz==2.40.1 \ - templateflow ~= 0.8.1 \ + templateflow~=0.8.1 \ zlib ; \ sync && \ chmod -R a+rX /usr/local/miniconda; sync && \