mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Increase Python version for Docker builds (#125782)
Fixes https://github.com/pytorch/pytorch/issues/73714 Pull Request resolved: https://github.com/pytorch/pytorch/pull/125782 Approved by: https://github.com/huydhn
This commit is contained in:
committed by
PyTorch MergeBot
parent
19a9de114a
commit
0feca5e341
@ -20,7 +20,7 @@ CUDA_CHANNEL = nvidia
|
||||
# The conda channel to use to install pytorch / torchvision
|
||||
INSTALL_CHANNEL ?= pytorch
|
||||
|
||||
PYTHON_VERSION ?= 3.10
|
||||
PYTHON_VERSION ?= 3.11
|
||||
# Match versions that start with v followed by a number, to avoid matching with tags like ciflow
|
||||
PYTORCH_VERSION ?= $(shell git describe --tags --always --match "v[1-9]*.*")
|
||||
# Can be either official / dev
|
||||
|
Reference in New Issue
Block a user