Skip to content

Commit 78254fc

Browse files
committed
Fix python call.
1 parent f5f8def commit 78254fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ WORKDIR /root/
206206

207207
# Precaching templates
208208
COPY scripts/fetch_templates.py fetch_templates.py
209-
RUN ${CONDA_PYTHON} fetch_templates.py && \
209+
RUN python fetch_templates.py && \
210210
rm fetch_templates.py && \
211211
find $HOME/.cache/templateflow -type d -exec chmod go=u {} + && \
212212
find $HOME/.cache/templateflow -type f -exec chmod go=u {} +

0 commit comments

Comments
 (0)