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 2328076 commit 9983733Copy full SHA for 9983733
Dockerfile
@@ -160,7 +160,7 @@ 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
-RUN pip install --no-cache-dir "templateflow>=0.0.5.post1" && \
+RUN pip install --no-cache-dir "templateflow>=0.1.0,<0.2.0a0" && \
164
python -c "from templateflow import api as tfapi; \
165
tfapi.get('MNI152Lin'); \
166
tfapi.get('MNI152NLin2009cAsym'); \
0 commit comments