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