diff --git a/Dockerfile b/Dockerfile index 72d2e26..9336dfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -218,13 +218,6 @@ ENV PATH="/opt/conda/envs/aslprep/bin:$PATH" \ CPATH="/opt/conda/envs/aslprep/include:$CPATH" \ LD_LIBRARY_PATH="/opt/conda/envs/aslprep/lib:$LD_LIBRARY_PATH" -# Precaching atlases -COPY scripts/fetch_templates.py fetch_templates.py -RUN python fetch_templates.py && \ - rm fetch_templates.py && \ - find $HOME/.cache/templateflow -type d -exec chmod go=u {} + && \ - find $HOME/.cache/templateflow -type f -exec chmod go=u {} + - # FSL environment ENV LANG="C.UTF-8" \ LC_ALL="C.UTF-8" \ @@ -259,7 +252,6 @@ ENV IS_DOCKER_8395080871=1 RUN ldconfig WORKDIR /tmp -ENTRYPOINT ["/opt/conda/envs/aslprep/bin/aslprep"] ARG BUILD_DATE ARG VCS_REF diff --git a/env.yml b/env.yml index bf31f4e..ab2657e 100644 --- a/env.yml +++ b/env.yml @@ -25,8 +25,6 @@ dependencies: # Utilities - graphviz=9.0 - pandoc=3.1 - # Workflow dependencies: templateflow - - templateflow=23.0.0 # Workflow dependencies: ANTs - ants=2.5 # Workflow dependencies: FSL (versions pinned in 6.0.7.7)