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 6221a50 commit 7d7ffc1Copy full SHA for 7d7ffc1
Dockerfile
@@ -180,7 +180,7 @@ RUN /opt/conda/bin/python -c "from matplotlib import font_manager" && \
180
sed -i 's/\(backend *: \).*$/\1Agg/g' $( /opt/conda/bin/python -c "import matplotlib; print(matplotlib.matplotlib_fname())" )
181
182
# Install templateflow
183
-RUN /opt/conda/bin/python -m pip install --no-cache-dir templateflow transform3d
+RUN /opt/conda/bin/python -m pip install --no-cache-dir templateflow transforms3d
184
185
# Installing SVGO and bids-validator
186
RUN /opt/conda/bin/npm install -g svgo@^2.3 bids-validator@1.8.0 && \
0 commit comments