mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
small fixes
This commit is contained in:
parent
55ff83943f
commit
3271115acc
3
.github/workflows/build-docker-image.yml
vendored
3
.github/workflows/build-docker-image.yml
vendored
@ -2,6 +2,9 @@
|
|||||||
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
|
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
|
||||||
name: Build docker image
|
name: Build docker image
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- test-yesno-docker
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
@ -51,7 +51,15 @@ RUN pip install --no-cache-dir \
|
|||||||
sentencepiece>=0.1.96 \
|
sentencepiece>=0.1.96 \
|
||||||
tensorboard \
|
tensorboard \
|
||||||
typeguard \
|
typeguard \
|
||||||
dill
|
dill \
|
||||||
|
onnx \
|
||||||
|
onnxruntime \
|
||||||
|
onnxmltools \
|
||||||
|
multi_quantization \
|
||||||
|
typeguard \
|
||||||
|
numpy \
|
||||||
|
pytest \
|
||||||
|
graphviz
|
||||||
|
|
||||||
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 && \
|
||||||
|
|||||||
@ -51,7 +51,15 @@ RUN pip install --no-cache-dir \
|
|||||||
sentencepiece>=0.1.96 \
|
sentencepiece>=0.1.96 \
|
||||||
tensorboard \
|
tensorboard \
|
||||||
typeguard \
|
typeguard \
|
||||||
dill
|
dill \
|
||||||
|
onnx \
|
||||||
|
onnxruntime \
|
||||||
|
onnxmltools \
|
||||||
|
multi_quantization \
|
||||||
|
typeguard \
|
||||||
|
numpy \
|
||||||
|
pytest \
|
||||||
|
graphviz
|
||||||
|
|
||||||
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 && \
|
||||||
|
|||||||
@ -51,7 +51,15 @@ RUN pip install --no-cache-dir \
|
|||||||
sentencepiece>=0.1.96 \
|
sentencepiece>=0.1.96 \
|
||||||
tensorboard \
|
tensorboard \
|
||||||
typeguard \
|
typeguard \
|
||||||
dill
|
dill \
|
||||||
|
onnx \
|
||||||
|
onnxruntime \
|
||||||
|
onnxmltools \
|
||||||
|
multi_quantization \
|
||||||
|
typeguard \
|
||||||
|
numpy \
|
||||||
|
pytest \
|
||||||
|
graphviz
|
||||||
|
|
||||||
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 && \
|
||||||
|
|||||||
@ -51,7 +51,15 @@ RUN pip install --no-cache-dir \
|
|||||||
sentencepiece>=0.1.96 \
|
sentencepiece>=0.1.96 \
|
||||||
tensorboard \
|
tensorboard \
|
||||||
typeguard \
|
typeguard \
|
||||||
dill
|
dill \
|
||||||
|
onnx \
|
||||||
|
onnxruntime \
|
||||||
|
onnxmltools \
|
||||||
|
multi_quantization \
|
||||||
|
typeguard \
|
||||||
|
numpy \
|
||||||
|
pytest \
|
||||||
|
graphviz
|
||||||
|
|
||||||
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