From 8cff5883b5c3d3fe9a17f8e532c20772cff539dc Mon Sep 17 00:00:00 2001 From: AyaanMAG <197029090+AyaanMAG@users.noreply.github.com> Date: Sun, 3 May 2026 09:49:56 +0530 Subject: [PATCH] fix(ml): respect time zone for logs in cuda container (#28155) --- machine-learning/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/Dockerfile b/machine-learning/Dockerfile index 46c32f3d6a..487bdd5b7a 100644 --- a/machine-learning/Dockerfile +++ b/machine-learning/Dockerfile @@ -68,7 +68,7 @@ ENV LD_PRELOAD=/usr/lib/libmimalloc.so.2 \ RUN apt-get update && \ # Pascal support was dropped in 9.11 - apt-get install --no-install-recommends -yqq libcudnn9-cuda-12=9.10.2.21-1 && \ + apt-get install --no-install-recommends -yqq libcudnn9-cuda-12=9.10.2.21-1 tzdata && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*