Skip to content

Commit b55b01e

Browse files
committed
enh: update to latest dcm2niix
1 parent 12e94ea commit b55b01e

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
@@ -17,7 +17,7 @@ RUN conda install -y -c conda-forge nipype && \
1717
conda clean -tipsy && rm -rf ~/.pip/
1818
RUN cd /tmp && git clone https://github.com/neurolabusc/dcm2niix.git && \
1919
cd dcm2niix && \
20-
git checkout 60bab318ee738b644ebb1396bbb8cbe1b006218f && \
20+
git checkout 0dc154d9aab4679e487abeaee1759c61559fc7a8 && \
2121
mkdir build && cd build && cmake -DBATCH_VERSION=ON .. && \
2222
make && make install && \
2323
cd / && rm -rf /tmp/dcm2niix

0 commit comments

Comments
 (0)