Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jul 27, 2023
1 parent e488e67 commit e8270e6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run docker image
on:
push:
branches:
- docker
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -28,7 +31,9 @@ jobs:
uname -a
python3 --version
python3 -m torch.utils.collect_env
python3 -m k2.version
# python3 -m k2.version
python3 -c "import lhotse; print(lhotse.__version__)"
python3 -c "import kaldifeat; print(kaldifeat.__version__)"
# python3 -c "import kaldifeat; print(kaldifeat.__version__)"
nvcc --version
which nvcc
find /usr/ -name libcuda.so*

0 comments on commit e8270e6

Please sign in to comment.