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 34eac43 commit e74fb12Copy full SHA for e74fb12
Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get upgrade -y && \
20
apt-get clean -y && apt-get autoclean -y && apt-get autoremove -y && \
21
cd /tmp && git clone https://github.com/neurolabusc/dcm2niix.git && \
22
cd dcm2niix && \
23
- git checkout 0dc154d9aab4679e487abeaee1759c61559fc7a8 && \
+ git checkout 6ba27b9befcbae925209664bb8acbb00e266114a && \
24
mkdir build && cd build && cmake -DBATCH_VERSION=ON .. && \
25
make && make install && \
26
cd / && rm -rf /tmp/dcm2niix
0 commit comments