Skip to content

Commit 7d7ffc1

Browse files
authored
fix: install transforms3d
1 parent 6221a50 commit 7d7ffc1

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

182182
# Install templateflow
183-
RUN /opt/conda/bin/python -m pip install --no-cache-dir templateflow transform3d
183+
RUN /opt/conda/bin/python -m pip install --no-cache-dir templateflow transforms3d
184184

185185
# Installing SVGO and bids-validator
186186
RUN /opt/conda/bin/npm install -g svgo@^2.3 bids-validator@1.8.0 && \

0 commit comments

Comments
 (0)