From 138e14e5199ba16da8d76a13cd74085355f7df92 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 21 Nov 2023 14:23:19 -0500 Subject: [PATCH] Update Python to 3.10. (#8) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd623ff..73030e6 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.9 \ + python=3.10 \ conda-build \ pip=23 \ graphviz=2.40.1 \