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
606943b6be
commit
2b0914a753
7
.github/workflows/build-docker-image.yml
vendored
7
.github/workflows/build-docker-image.yml
vendored
@ -19,12 +19,15 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
# refer to https://github.com/actions/checkout
|
||||||
uses: actions/checkout@v3
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Rename
|
- name: Rename
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
ls -lh
|
||||||
mv -v ./docker/torch1.13.0-cuda11.6-cudnn8.Dockerfile ./Dockerfile
|
mv -v ./docker/torch1.13.0-cuda11.6-cudnn8.Dockerfile ./Dockerfile
|
||||||
ls -lh
|
ls -lh
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user