Run whisper:
docker run --name whisper --restart=always -d --gpus all -p 7000:9000 -e ASR_MODEL=large-v3 -e ASR_ENGINE=faster_whisper onerahmet/openai-whisper-asr-webservice:latest-gpu
and/or
docker run -e HF_TOKEN=$HF_TOKEN --name insanely-fast-whisper-api --restart=always -d --gpus all -p 7001:9000 insanely-fast-whisper-api