Skip to content

Commit 9983733

Browse files
committed
fix templateflow pinning in Dockerfile
1 parent 2328076 commit 9983733

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
@@ -160,7 +160,7 @@ RUN python -c "from matplotlib import font_manager" && \
160160
sed -i 's/\(backend *: \).*$/\1Agg/g' $( python -c "import matplotlib; print(matplotlib.matplotlib_fname())" )
161161

162162
# Precaching atlases
163-
RUN pip install --no-cache-dir "templateflow>=0.0.5.post1" && \
163+
RUN pip install --no-cache-dir "templateflow>=0.1.0,<0.2.0a0" && \
164164
python -c "from templateflow import api as tfapi; \
165165
tfapi.get('MNI152Lin'); \
166166
tfapi.get('MNI152NLin2009cAsym'); \

0 commit comments

Comments
 (0)