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 416610f commit 2c5cc9fCopy full SHA for 2c5cc9f
Dockerfile
@@ -164,10 +164,11 @@ ENV TEMPLATEFLOW_HOME="/opt/templateflow"
164
RUN mkdir -p $TEMPLATEFLOW_HOME
165
RUN pip install --no-cache-dir "templateflow>=0.1.3,<0.2.0a0" && \
166
python -c "from templateflow import api as tfapi; \
167
- tfapi.get('MNI152Lin'); \
+ tfapi.get('MNI152NLin6Asym'); \
168
tfapi.get('MNI152NLin2009cAsym'); \
169
- tfapi.get('OASIS30ANTs'); \
170
- tfapi.get('NKI');"
+ tfapi.get('OASIS30ANTs');" && \
+ find $TEMPLATEFLOW_HOME -type d -exec chmod go=u {} + && \
171
+ find $TEMPLATEFLOW_HOME -type f -exec chmod go=u {} +
172
173
# Installing dev requirements (packages that are not in pypi)
174
WORKDIR /src/
0 commit comments