diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-04-04 15:59:38 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-04-07 07:49:55 +0000 |
commit | d6021416a08d5004bad5dd5220f53b6f1ecdf033 (patch) | |
tree | 5e8faf1eb924bdd696ffc31b6e8901497de9d625 /resources/tools/dash/Dockerfile | |
parent | 585b2e3c08cb87badfe702eb29300634c761a17b (diff) |
UTI: Display HDRH Latency for chosen sample
Change-Id: Ia0cf83c3aa789ce5a0a9e0c1b8d86144226827a7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/Dockerfile')
-rw-r--r-- | resources/tools/dash/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |