Use python 3.8 in pytorch docker image (#45466)

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/45466

Test Plan: Imported from OSS

Reviewed By: seemethere

Differential Revision: D23975294

Pulled By: tierex

fbshipit-source-id: 964de7928b541121963e9de792630bcef172bb5c
This commit is contained in:
Aliaksandr Ivanou
2020-09-28 19:20:03 -07:00
committed by Facebook GitHub Bot
parent 8c66cd120b
commit 208df1aeb8

View File

@ -8,7 +8,7 @@
# For reference:
# https://docs.docker.com/develop/develop-images/build_enhancements/
ARG BASE_IMAGE=ubuntu:18.04
ARG PYTHON_VERSION=3.7
ARG PYTHON_VERSION=3.8
FROM ${BASE_IMAGE} as dev-base
RUN --mount=type=cache,id=apt-dev,target=/var/cache/apt \