Skip to content

Commit

Permalink
added pip install pydicom dcmstack nipype nibabel
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Nov 13, 2018
1 parent c89ba9b commit 81f46b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
nomkl \
&& sync && conda clean -tipsy && sync \
&& bash -c "source activate base \
&& pip install --no-cache-dir --editable \
&& pip install pydicom dcmstack nipype nibabel && \
pip install --no-cache-dir --editable \
/src/heudiconv[all]" \
&& rm -rf ~/.cache/pip/* \
&& sync
Expand Down

0 comments on commit 81f46b8

Please sign in to comment.