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 4982049 commit 798e157
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@ You can use build docker images. First pull the image:

docker pull ghcr.io/softcatala/whisper-ctranslate2:latest

Second, run it:
The Docker image includes the small, medium" and large-v2.

To run it:

docker run --gpus "device=0" \
-v "$(pwd)":/srv/files/ \
-it ghcr.io/softcatala/whisper-ctranslate2:latest \
/srv/files/e2e-tests/gossos.mp3 \
--output_dir /srv/files/


Notes:
* _--gpus "device=0"_ gives access to the GPU
* _"$(pwd)":/srv/files/_ maps your current directory to /srv/files/ inside the container
Expand Down

0 comments on commit 798e157

Please sign in to comment.