Skip to content

Commit 208df1a

Browse files
aivanoufacebook-github-bot
authored andcommitted
Use python 3.8 in pytorch docker image (#45466)
Summary: Pull Request resolved: #45466 Test Plan: Imported from OSS Reviewed By: seemethere Differential Revision: D23975294 Pulled By: tierex fbshipit-source-id: 964de7928b541121963e9de792630bcef172bb5c
1 parent 8c66cd1 commit 208df1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For reference:
99
# https://docs.docker.com/develop/develop-images/build_enhancements/
1010
ARG BASE_IMAGE=ubuntu:18.04
11-
ARG PYTHON_VERSION=3.7
11+
ARG PYTHON_VERSION=3.8
1212

1313
FROM ${BASE_IMAGE} as dev-base
1414
RUN --mount=type=cache,id=apt-dev,target=/var/cache/apt \

0 commit comments

Comments
 (0)