We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f8def commit 78254fcCopy full SHA for 78254fc
Dockerfile
@@ -206,7 +206,7 @@ WORKDIR /root/
206
207
# Precaching templates
208
COPY scripts/fetch_templates.py fetch_templates.py
209
-RUN ${CONDA_PYTHON} fetch_templates.py && \
+RUN python fetch_templates.py && \
210
rm fetch_templates.py && \
211
find $HOME/.cache/templateflow -type d -exec chmod go=u {} + && \
212
find $HOME/.cache/templateflow -type f -exec chmod go=u {} +
0 commit comments