Skip to content

Commit ee810ed

Browse files
Update Dockerfile
Try using the base Debian Python container.
1 parent 1a4daa6 commit ee810ed

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,5 +1,6 @@
11

2-
FROM tensorflow/tensorflow:2.19.0
2+
# FROM tensorflow/tensorflow:2.19.0
3+
FROM python:3.14.0rc3-trixie
34

45
RUN apt update -y
56
RUN apt upgrade -y

0 commit comments

Comments
 (0)