mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Upgrade pytorch nightly docker python version to 3.8 (#80051)
We are planning to use nightly docker as a base to build torchbench nightly docker. Torchbench is using Python 3.8, so we would like PyTorch nightly docker to use 3.8 by default as well. Pull Request resolved: https://github.com/pytorch/pytorch/pull/80051 Approved by: https://github.com/atalman
This commit is contained in:
committed by
PyTorch MergeBot
parent
159d459c50
commit
4a75ba6606
@ -18,7 +18,7 @@ CUDA_CHANNEL = nvidia
|
||||
# The conda channel to use to install pytorch / torchvision
|
||||
INSTALL_CHANNEL = pytorch
|
||||
|
||||
PYTHON_VERSION = 3.7
|
||||
PYTHON_VERSION = 3.8
|
||||
PYTORCH_VERSION = $(shell git describe --tags --always)
|
||||
# Can be either official / dev
|
||||
BUILD_TYPE = dev
|
||||
|
Reference in New Issue
Block a user