diff --git a/Dockerfile b/Dockerfile index ca682ec1..b17fcb22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.14.4-slim RUN pip3 install tensorflow[and-cuda]==2.20.0 RUN apt update && apt install -y cmake g++