File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ RUN apt update && \
1010RUN apt update && apt install -y parallel python3 python3-pip tree curl unzip git jq python libgl-dev python-numpy bc
1111
1212RUN pip3 install numpy==1.23.0 nibabel==4.0.0 pandas matplotlib pyyaml==5.4.1 pydicom==2.3.1 natsort pydeface && \
13- pip3 install quickshear mne mne-bids
13+ pip3 install quickshear mne mne-bids pypet2bids==1.4.1
1414
1515# Install pypet2bids
16- RUN git clone https://github.com/openneuropet/PET2BIDS && \
17- cd PET2BIDS && make installpoetry buildpackage installpackage
16+ # RUN git clone https://github.com/openneuropet/PET2BIDS && \
17+ # cd PET2BIDS && make installpoetry buildpackage installpackage
1818
1919RUN apt-get install -y build-essential pkg-config cmake git pigz rename zstd libopenjp2-7 libgdcm-tools wget libopenblas-dev && \
2020 apt-get clean -y && apt-get autoclean -y && apt-get autoremove -y
You can’t perform that action at this time.
0 commit comments