This is a simple Docker build file to create an whisper container that will run in a disconnected environment.
The container needs to be run in a connected environment first to download the language models, once they are downloaded you can transfer the container image and the model files and it will run without internet access.
To build the container simply run the following from this folder:
docker build -t tag_name:version .
Then save the container for import into offline environment
docker save tag_name:version -o tag_name_version.tgz
The download_whisper_models.sh script can be used to download the latest set of language models.
Bundle up the following files and import them into your offline environment.
- tag_name_version.tgz
- start_whisper.sh
- models