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 12e94ea commit b55b01eCopy full SHA for b55b01e
Dockerfile
@@ -17,7 +17,7 @@ RUN conda install -y -c conda-forge nipype && \
17
conda clean -tipsy && rm -rf ~/.pip/
18
RUN cd /tmp && git clone https://github.com/neurolabusc/dcm2niix.git && \
19
cd dcm2niix && \
20
- git checkout 60bab318ee738b644ebb1396bbb8cbe1b006218f && \
+ git checkout 0dc154d9aab4679e487abeaee1759c61559fc7a8 && \
21
mkdir build && cd build && cmake -DBATCH_VERSION=ON .. && \
22
make && make install && \
23
cd / && rm -rf /tmp/dcm2niix
0 commit comments