File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
3
#
4
4
# Thank you for using Neurodocker. If you discover any issues
5
5
# or ways to improve this software, please submit an issue or
@@ -96,7 +96,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
96
96
nomkl \
97
97
&& sync && conda clean -tipsy && sync \
98
98
&& bash -c "source activate base \
99
- && pip install --no-cache-dir \
99
+ && pip install --no-cache-dir --editable \
100
100
/src/heudiconv[all]" \
101
101
&& rm -rf ~/.cache/pip/* \
102
102
&& sync
@@ -148,7 +148,8 @@ RUN echo '{ \
148
148
\n ], \
149
149
\n "pip_install": [ \
150
150
\n "/src/heudiconv[all]" \
151
- \n ] \
151
+ \n ], \
152
+ \n "pip_opts": "--editable" \
152
153
\n } \
153
154
\n ], \
154
155
\n [ \
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ docker run --rm $image generate docker -b neurodebian:stretch -p apt \
12
12
--copy . /src/heudiconv \
13
13
--miniconda use_env=base conda_install=" python=3.6 traits>=4.6.0 scipy numpy nomkl" \
14
14
pip_install=" /src/heudiconv[all]" \
15
+ pip_opts=" --editable" \
15
16
--entrypoint " heudiconv" \
16
17
> ../Dockerfile
You can’t perform that action at this time.
0 commit comments