Skip to content

siemdejong/samapi-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

samapi-docker

CI

Provides an unofficial Docker image with samapi. Images are generated monthly.

Please cite the original repository if you use this docker image.

Example usage

From the terminal

docker run \
    --gpus all \
    -p 8000:8000 \
    -v ~/.samapi:/.samapi \
    ghcr.io/siemdejong/samapi-docker
  • select gpus with --gpus ...
  • map ports with -p ...:8000
  • mount a local directory (e.g. ~/.samapi) to /.samapi to cache model weights.
  • pass --workers=... to change the default number of workers (2).

Different CUDA version

Images have are tagged by cuda version (*-cu118 or *-cu128). latest always refers to *-cu118 to ensure compatibility.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors