diff --git a/docker/torch1.9.0-cuda10.2.dockerfile b/docker/torch1.9.0-cuda10.2.dockerfile index 401ac0b44..1a2af5f51 100644 --- a/docker/torch1.9.0-cuda10.2.dockerfile +++ b/docker/torch1.9.0-cuda10.2.dockerfile @@ -73,7 +73,7 @@ RUN pip install --no-cache-dir \ numpy \ pytest \ graphviz \ - tqdm + tqdm>=4.63.0 RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \