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 }}
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"
docker build \

View File

@ -26,7 +26,7 @@ jobs:
os: [ubuntu-latest]
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"]
version: ["1.0"]
version: ["1.1"]
steps:
- uses: actions/checkout@v4
@ -36,7 +36,7 @@ jobs:
- name: Run tests
uses: addnab/docker-run-action@v3
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: |
--volume ${{ github.workspace }}/:/icefall
shell: bash