Skip to content

Commit d961237

Browse files
committed
DOCKER: Hard-code Miniconda version
1 parent 6d6dfc9 commit d961237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/generate_dockerfiles.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ function generate_main_dockerfile() {
8888
--user neuro \
8989
--miniconda env_name=neuro \
9090
activate=true \
91+
miniconda_version=4.3.31 \
9192
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
9293
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
9394
--copy . /src/nipype \

0 commit comments

Comments
 (0)