small fixes

This commit is contained in:
Fangjun Kuang 2023-07-27 18:05:43 +08:00
parent 97bcaec797
commit 606943b6be

View File

@ -22,6 +22,12 @@ jobs:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Rename
shell: bash
run: |
mv -v ./docker/torch1.13.0-cuda11.6-cudnn8.Dockerfile ./Dockerfile
ls -lh
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
@ -31,7 +37,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: ./docker context: .
file: ./torch1.13.0-cuda11.6-cudnn8.Dockerfile file: ./Dockerfile
push: true push: true
tags: k2fsa/icefall:torch1.13.0-cuda11.6 tags: k2fsa/icefall:torch1.13.0-cuda11.6