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 && \