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:
Xu Zhao
2022-06-22 19:04:55 +00:00
committed by PyTorch MergeBot
parent 159d459c50
commit 4a75ba6606

View File

@ -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