Skip to content

Commit e284072

Browse files
committed
BF(docker): replace old -tipsy with -y -all for conda clean as neurodocker does now
1 parent cc97c2f commit e284072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
8888
&& conda config --system --prepend channels conda-forge \
8989
&& conda config --system --set auto_update_conda false \
9090
&& conda config --system --set show_channel_urls true \
91-
&& sync && conda clean -tipsy && sync \
91+
&& sync && conda clean -y --all && sync \
9292
&& conda install -y -q --name base \
9393
'python=3.7' \
9494
'traits>=4.6.0' \
9595
'scipy' \
9696
'numpy' \
9797
'nomkl' \
9898
'pandas' \
99-
&& sync && conda clean -tipsy && sync \
99+
&& sync && conda clean -y --all && sync \
100100
&& bash -c "source activate base \
101101
&& pip install --no-cache-dir --editable \
102102
'/src/heudiconv[all]'" \

0 commit comments

Comments
 (0)