diff --git a/docker/examples-torch.dockerfile b/docker/examples-torch.dockerfile index 2bb89463900b..f5d77a800983 100644 --- a/docker/examples-torch.dockerfile +++ b/docker/examples-torch.dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.0a1-slim +FROM python:3.14.1-slim ENV PYTHONDONTWRITEBYTECODE=1 USER root RUN apt-get update && apt-get install -y --no-install-recommends libsndfile1-dev espeak-ng time git g++ cmake pkg-config openssh-client git