We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23f32d commit ba6aff9Copy full SHA for ba6aff9
Dockerfile
@@ -1,7 +1,8 @@
1
2
# FROM tensorflow/tensorflow:2.19.0
3
# FROM python:3.14.0rc3-trixie
4
-FROM python:3.13.7-trixie
+# FROM python:3.13.7-trixie
5
+FROM python:3.12-trixie
6
7
RUN apt update -y
8
RUN apt upgrade -y
0 commit comments