Skip to content

Commit

Permalink
Drop Python version to 3.8 to match aslprep.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 26, 2023
1 parent 6b80a50 commit f03d36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f03d36a

Please sign in to comment.