Skip to content
Jeffrey Girard edited this page Dec 23, 2024 · 2 revisions

Compilation Instructions

# Build and push to dockerhub.io
docker build -f vad.Dockerfile -t jmgirard/wsl-cuda-whisper:vad .
docker push jmgirard/wsl-cuda-whisper:vad
docker build -f novad.Dockerfile -t jmgirard/wsl-cuda-whisper:novad .
docker push jmgirard/wsl-cuda-whisper:novad

# Retag and push to ghcr.io
docker tag jmgirard/wsl-cuda-whisper:vad ghcr.io/jmgirard/wsl-cuda-whisper:vad
docker push ghcr.io/jmgirard/wsl-cuda-whisper:vad
docker tag jmgirard/wsl-cuda-whisper:novad ghcr.io/jmgirard/wsl-cuda-whisper:novad
docker push ghcr.io/jmgirard/wsl-cuda-whisper:novad
Clone this wiki locally