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