mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-05 15:14:18 +00:00
8 lines
163 B
Docker
8 lines
163 B
Docker
FROM k2fsa/icefall:torch1.13.0-cuda11.6
|
|
|
|
WORKDIR /workspace/icefall
|
|
|
|
RUN cd egs/librispeech/ASR && \
|
|
./prepare.sh --stop-stage 1 && \
|
|
ls -lh download data
|