Skip to content

Commit

Permalink
Fix python call.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 19, 2024
1 parent f5f8def commit 78254fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ WORKDIR /root/

# Precaching templates
COPY scripts/fetch_templates.py fetch_templates.py
RUN ${CONDA_PYTHON} 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 {} +
Expand Down

0 comments on commit 78254fc

Please sign in to comment.