mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00: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:
parent
19a9de114a
commit
0feca5e341
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue