Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Apr 9, 2024
1 parent ca111d9 commit c3906ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c3906ff

Please sign in to comment.