Skip to content

Commit ec18802

Browse files
author
Jakub Kaczmarzyk
committed
install heudiconv as editable
1 parent 3559616 commit ec18802

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.1-28-g83dbc15
2-
# Timestamp: 2018-11-01 21:17:58 UTC
2+
# Timestamp: 2018-11-01 22:00:14 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -96,7 +96,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
9696
nomkl \
9797
&& sync && conda clean -tipsy && sync \
9898
&& bash -c "source activate base \
99-
&& pip install --no-cache-dir \
99+
&& pip install --no-cache-dir --editable \
100100
/src/heudiconv[all]" \
101101
&& rm -rf ~/.cache/pip/* \
102102
&& sync
@@ -148,7 +148,8 @@ RUN echo '{ \
148148
\n ], \
149149
\n "pip_install": [ \
150150
\n "/src/heudiconv[all]" \
151-
\n ] \
151+
\n ], \
152+
\n "pip_opts": "--editable" \
152153
\n } \
153154
\n ], \
154155
\n [ \

utils/gen-docker-image.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ docker run --rm $image generate docker -b neurodebian:stretch -p apt \
1212
--copy . /src/heudiconv \
1313
--miniconda use_env=base conda_install="python=3.6 traits>=4.6.0 scipy numpy nomkl" \
1414
pip_install="/src/heudiconv[all]" \
15+
pip_opts="--editable" \
1516
--entrypoint "heudiconv" \
1617
> ../Dockerfile

0 commit comments

Comments
 (0)