Use python 3.10 for docbuild (#28399)

update

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2024-01-11 14:39:49 +01:00
committed by GitHub
parent 2a85345a23
commit d019acb858

View File

@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.10
LABEL maintainer="Hugging Face"
RUN apt update