Skip to content

Commit

Permalink
Update Python to 3.10. (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Nov 21, 2023
1 parent a56fe0b commit 138e14e
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.9 \
python=3.10 \
conda-build \
pip=23 \
graphviz=2.40.1 \
Expand Down

0 comments on commit 138e14e

Please sign in to comment.