Skip to content

Commit 9aaf9ed

Browse files
committed
adding pandas to docker file generation
1 parent 0a14a1d commit 9aaf9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gen-docker-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ docker run --rm $image generate docker -b neurodebian:stretch -p apt \
1010
--dcm2niix version=v1.0.20180622 method=source \
1111
--install git gcc pigz liblzma-dev libc-dev git-annex-standalone netbase \
1212
--copy . /src/heudiconv \
13-
--miniconda use_env=base conda_install="python=3.6 traits>=4.6.0 scipy numpy nomkl" \
13+
--miniconda use_env=base conda_install="python=3.6 traits>=4.6.0 scipy numpy nomkl pandas" \
1414
pip_install="/src/heudiconv[all]" \
1515
pip_opts="--editable" \
1616
--entrypoint "heudiconv" \

0 commit comments

Comments
 (0)