HuggingFaceModelDownloader icon indicating copy to clipboard operation
HuggingFaceModelDownloader copied to clipboard

Adding docker

Open cdeving opened this issue 3 months ago • 0 comments

Hey. Thanks for your work.

Here is a simple dockerfile implementation that builds the project using makefile and copies compiled linux binary into small alpine container.

Usage:

docker build -t local/huggingfacemodeldownloader .
docker run --rm -v ./models:/models local/huggingfacemodeldownloader download something/something -o /models

https://github.com/bodaay/HuggingFaceModelDownloader/issues/46

cdeving avatar Oct 03 '25 21:10 cdeving