mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
committed by
Facebook GitHub Bot
parent
8c66cd120b
commit
208df1aeb8
@ -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 \
|
||||
|
Reference in New Issue
Block a user