From 50aa88dffe738c611020273709b673c695a26d79 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 28 Jul 2023 13:56:07 +0800 Subject: [PATCH] small fixes --- docker/torch1.9.0-cuda10.2.dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/torch1.9.0-cuda10.2.dockerfile b/docker/torch1.9.0-cuda10.2.dockerfile index ab930647c..401ac0b44 100644 --- a/docker/torch1.9.0-cuda10.2.dockerfile +++ b/docker/torch1.9.0-cuda10.2.dockerfile @@ -72,7 +72,9 @@ RUN pip install --no-cache-dir \ typeguard \ numpy \ pytest \ - graphviz + graphviz \ + tqdm + RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \ cd /workspace/icefall && \