Skip to content

Faster Whisper Docker image for arm64 with Nvidia GPU support

License

Notifications You must be signed in to change notification settings

stefanthoss/faster-whisper-cuda-arm64

Repository files navigation

faster-whisper-cuda-arm64

This is a Faster Whisper Docker image for arm64 with Nvidia GPU support.

If you're looking for an x86_64 image or don't need GPU support, I recommend checking out the excellent linuxserver/faster-whisper.

Configuration

Environment Variable Description
WHISPER_MODEL Whisper model that will be used for transcription. From here, all with -int8 compressed variants
WHISPER_BEAM Number of candidates to consider simultaneously during transcription.
WHISPER_LANG Language that you will speak to the add-on.

Deployment

Download docker-compose.yml, change the environment variables as needed, and start it with docker compose up -d.

Development

docker build -t faster-whisper-cuda-arm64:dev .

COMPOSE_BAKE=true docker compose -f docker-compose.dev.yml up --build

About

Faster Whisper Docker image for arm64 with Nvidia GPU support

Resources

License

Stars

Watchers

Forks

Packages