Stuck in local build as reported here[1]:
=> ERROR [ 8/10] RUN python3 download.py
changing the model from “large” to “base” resolves the local docker build error.
Not sure why (locally running on Macbook pro 16 with 64GB ram).
But isolates error to something tangible that seems to actually have to do with memory.
Docker Desktop lets you allocate max memory via settings. Default was ~7.5GB iirc, bumping it up made
docker build
work for the “large” whisper model as well