Skip to content

Commit f8f049f

Browse files
authored
[circle-mlir/infra] Update Dockerfile for Python 3.10 (#16440)
This updates the Dockerfile to install Python 3.10 from the `ppa:circletools` repository. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
1 parent df53722 commit f8f049f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle-mlir/infra/docker/focal/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN apt-get update \
1717
RUN apt-get update \
1818
&& apt-get -qqy install tree tmux sudo
1919

20-
# add ppa:deadsnakes to install python3.10
21-
RUN add-apt-repository ppa:deadsnakes/ppa -y
20+
# add ppa:circletools to install python3.10
21+
RUN add-apt-repository ppa:circletools/onepython-focal -y
2222
# add ppa:circletools to install circle-interpreter
2323
RUN add-apt-repository ppa:circletools/nightly -y
2424

0 commit comments

Comments
 (0)