Skip to content

Commit ba6aff9

Browse files
Update Dockerfile
Try another Python container version.
1 parent d23f32d commit ba6aff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
# FROM tensorflow/tensorflow:2.19.0
33
# FROM python:3.14.0rc3-trixie
4-
FROM python:3.13.7-trixie
4+
# FROM python:3.13.7-trixie
5+
FROM python:3.12-trixie
56

67
RUN apt update -y
78
RUN apt upgrade -y

0 commit comments

Comments
 (0)