mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
small fixes
This commit is contained in:
parent
62f5e022d7
commit
3432308c51
@ -1,4 +1,4 @@
|
|||||||
FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-runtime
|
FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-devel
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN pip install --no-cache-dir \
|
RUN pip install --no-cache-dir \
|
||||||
@ -13,7 +13,7 @@ RUN pip install --no-cache-dir \
|
|||||||
sentencepiece>=0.1.96 \
|
sentencepiece>=0.1.96 \
|
||||||
tensorboard \
|
tensorboard \
|
||||||
typeguard \
|
typeguard \
|
||||||
dill \
|
dill
|
||||||
|
|
||||||
RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \
|
RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \
|
||||||
cd /workspace/icefall && \
|
cd /workspace/icefall && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user