From fc81e95c120c9901e36bd400caa0f2cc9d5b1300 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 25 Jul 2023 15:15:52 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a8a678..5279b5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,7 +86,7 @@ RUN conda \ --channel conda-forge \ --channel https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/ \ install -y \ - python >=3.10,<3.11 \ + python=3.10 \ conda-build \ pip=23 \ fsl-bet2=2111.0 \