Skip to content

Commit 231ca24

Browse files
committed
DOCKER: Remove scipy from afni install
1 parent da8c460 commit 231ca24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ ENV PATH="${AFNI_DIR}:$PATH" \
7373
RUN ${CONDA_PATH}/bin/conda install -c conda-forge -c anaconda \
7474
gsl \
7575
xorg-libxp \
76-
scipy=1.8 \
7776
&& ${CONDA_PATH}/bin/conda install -c sssdgc png \
7877
&& sync \
7978
&& ${CONDA_PATH}/bin/conda clean -afy; sync \

0 commit comments

Comments
 (0)