From d6021416a08d5004bad5dd5220f53b6f1ecdf033 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 4 Apr 2022 15:59:38 +0200 Subject: UTI: Display HDRH Latency for chosen sample Change-Id: Ia0cf83c3aa789ce5a0a9e0c1b8d86144226827a7 Signed-off-by: Tibor Frank --- resources/tools/dash/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/dash/Dockerfile') diff --git a/resources/tools/dash/Dockerfile b/resources/tools/dash/Dockerfile index cd7eab7772..ee4ae1edd9 100644 --- a/resources/tools/dash/Dockerfile +++ b/resources/tools/dash/Dockerfile @@ -1,4 +1,4 @@ -ARG PYTHON_VERSION=3.10 +ARG PYTHON_VERSION=3.8 FROM python:${PYTHON_VERSION}-buster WORKDIR /app -- cgit 1.2.3-korg