Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 5, 2025
1 parent b8f4491 commit ae79ff2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Use Docker image
run:
- find . | grep mp3
# - docker run --rm -v "$(pwd)":/srv/files/ /srv/files/e2e-tests/gossos.mp3 --compute_type int8
- docker run -v "$(shell pwd)":/srv/files/ -it --rmghcr.io/softcatala/whisper-ctranslate2:latest /srv/files/e2e-tests/gossos.mp3;
- docker run -v "$(pwd)":/srv/files/ -it --rmghcr.io/softcatala/whisper-ctranslate2:latest /srv/files/e2e-tests/gossos.mp3


# Step 5: Push the Docker image to GitHub Container Registry
Expand Down

0 comments on commit ae79ff2

Please sign in to comment.