small fixes

This commit is contained in:
Fangjun Kuang 2023-07-28 12:11:04 +08:00
parent 55ff83943f
commit 3271115acc
5 changed files with 39 additions and 4 deletions

View File

@ -2,6 +2,9 @@
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
name: Build docker image
on:
push:
branches:
- test-yesno-docker
workflow_dispatch:
concurrency:

View File

@ -51,7 +51,15 @@ RUN pip install --no-cache-dir \
sentencepiece>=0.1.96 \
tensorboard \
typeguard \
dill
dill \
onnx \
onnxruntime \
onnxmltools \
multi_quantization \
typeguard \
numpy \
pytest \
graphviz
RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \
cd /workspace/icefall && \

View File

@ -51,7 +51,15 @@ RUN pip install --no-cache-dir \
sentencepiece>=0.1.96 \
tensorboard \
typeguard \
dill
dill \
onnx \
onnxruntime \
onnxmltools \
multi_quantization \
typeguard \
numpy \
pytest \
graphviz
RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \
cd /workspace/icefall && \

View File

@ -51,7 +51,15 @@ RUN pip install --no-cache-dir \
sentencepiece>=0.1.96 \
tensorboard \
typeguard \
dill
dill \
onnx \
onnxruntime \
onnxmltools \
multi_quantization \
typeguard \
numpy \
pytest \
graphviz
RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \
cd /workspace/icefall && \

View File

@ -51,7 +51,15 @@ RUN pip install --no-cache-dir \
sentencepiece>=0.1.96 \
tensorboard \
typeguard \
dill
dill \
onnx \
onnxruntime \
onnxmltools \
multi_quantization \
typeguard \
numpy \
pytest \
graphviz
RUN git clone https://github.com/k2-fsa/icefall /workspace/icefall && \
cd /workspace/icefall && \