download.py

download.py is a script ran by the default Dockerfile during the Docker build.

It fetches model weights for you and builds them into the image.

You may modify it to fetch your own weights (from git repos, git-lfs, s3, etc), or handle weight downloading from the Dockerfile itself.

Last updated