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 fffeed7 commit c604142Copy full SHA for c604142
Dockerfile
@@ -160,6 +160,8 @@ RUN python -c "from matplotlib import font_manager" && \
160
sed -i 's/\(backend *: \).*$/\1Agg/g' $( python -c "import matplotlib; print(matplotlib.matplotlib_fname())" )
161
162
# Precaching atlases
163
+ENV TEMPLATEFLOW_HOME="/opt/templateflow"
164
+RUN mkdir -p $TEMPLATEFLOW_HOME
165
RUN pip install --no-cache-dir "templateflow>=0.1.0,<0.2.0a0" && \
166
python -c "from templateflow import api as tfapi; \
167
tfapi.get('MNI152Lin'); \
0 commit comments