faster-whisper icon indicating copy to clipboard operation
faster-whisper copied to clipboard

support for running through docker

Open qxprakash opened this issue 9 months ago • 2 comments

Due to requirement of specific cuda version and other libraries , it would be nice if we add support for running faster-whisper through a docker container as it would save all the hassle of setting up the environment for new users.

qxprakash avatar May 07 '24 17:05 qxprakash

can use base image pytorch/pytorch:2.1.0-cuda12.1-cudnn8-runtime for the cuda version suitable for you

then simply install faster-whisper and onnxruntime-gpu will be good to go

DeoLeung avatar May 08 '24 07:05 DeoLeung

@qxprakash , hello. You can refer Dockerfile in this comment.

trungkienbkhn avatar May 09 '24 03:05 trungkienbkhn