small fixes

This commit is contained in:
Fangjun Kuang 2023-07-28 13:56:07 +08:00
parent fe54545ec7
commit 50aa88dffe

View File

@ -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 && \