From 0c079d9b9bf9eb61d65bfe20d93eaaa3cb621a52 Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Sun, 5 Jan 2025 19:56:51 +0100 Subject: [PATCH] Fix --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48f8521..dd390a8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,12 @@ You can use build docker images. First pull the image: Second, 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/; + 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