change k2-fsa to csukuangfj for testing

This commit is contained in:
Fangjun Kuang 2023-12-23 22:25:02 +08:00
parent 9aef34511f
commit 2af46ef97a
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ jobs:
version=${{ matrix.version }} version=${{ matrix.version }}
tag=ghcr.io/k2-fsa/icefall:cpu-py${{ matrix.python-version }}-torch${{ matrix.torch-version }}-v$version tag=ghcr.io/csukuangfj/icefall:cpu-py${{ matrix.python-version }}-torch${{ matrix.torch-version }}-v$version
echo "tag: $tag" echo "tag: $tag"
docker build \ docker build \

View File

@ -26,7 +26,7 @@ jobs:
os: [ubuntu-latest] os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"] python-version: ["3.8", "3.9", "3.10"]
torch-version: ["1.13.0", "2.0.0", "2.0.1", "2.1.0", "2.1.1", "2.1.2"] torch-version: ["1.13.0", "2.0.0", "2.0.1", "2.1.0", "2.1.1", "2.1.2"]
version: ["1.0"] version: ["1.1"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -36,7 +36,7 @@ jobs:
- name: Run tests - name: Run tests
uses: addnab/docker-run-action@v3 uses: addnab/docker-run-action@v3
with: with:
image: ghcr.io/k2-fsa/icefall:cpu-py${{ matrix.python-version }}-torch${{ matrix.torch-version }}-v${{ matrix.version }} image: ghcr.io/csukuangfj/icefall:cpu-py${{ matrix.python-version }}-torch${{ matrix.torch-version }}-v${{ matrix.version }}
options: | options: |
--volume ${{ github.workspace }}/:/icefall --volume ${{ github.workspace }}/:/icefall
shell: bash shell: bash