From 208df1aeb871736a89bc621107ac6396da2c4660 Mon Sep 17 00:00:00 2001 From: Aliaksandr Ivanou Date: Mon, 28 Sep 2020 19:20:03 -0700 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d328a75c7c6..3706aa38b46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \