From f03d36ab75a1c0b082a7fbf43175fb1cc32817a5 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 26 Sep 2023 11:06:35 -0400 Subject: [PATCH] Drop Python version to 3.8 to match aslprep. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42c4cb0..4bf30b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,7 +84,7 @@ ENV PATH="/usr/local/miniconda/bin:$PATH" \ # Install basic Python dependencies for ASLPrep conda environment. # The ASLPrep Dockerfile will install more tailored dependencies. RUN conda install -y \ - python=3.10 \ + python=3.8 \ conda-build \ pip=23 \ matplotlib \