small fixes

This commit is contained in:
Fangjun Kuang 2023-07-27 17:48:20 +08:00
parent d359259061
commit dfb644ce7a

View File

@ -34,6 +34,7 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
context: .
file: ./docker/torch1.13.0-cuda11.6-cudnn8.Dockerfile file: ./docker/torch1.13.0-cuda11.6-cudnn8.Dockerfile
push: true push: true
tags: k2fsa/icefall:torch1.13.0-cuda11.6 tags: k2fsa/icefall:torch1.13.0-cuda11.6