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 b55b01e commit d1268c7Copy full SHA for d1268c7
Dockerfile
@@ -15,7 +15,10 @@ RUN conda install -y -c conda-forge nipype && \
15
pip install https://github.com/moloney/dcmstack/archive/c12d27d2c802d75a33ad70110124500a83e851ee.zip && \
16
pip install datalad && \
17
conda clean -tipsy && rm -rf ~/.pip/
18
-RUN cd /tmp && git clone https://github.com/neurolabusc/dcm2niix.git && \
+RUN apt-get update && apt-get upgrade -y && \
19
+ apt-get install -y pigz && \
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 && \
24
mkdir build && cd build && cmake -DBATCH_VERSION=ON .. && \
0 commit comments