mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-09-18 21:39:23 +00:00
This commit is contained in:
parent
d826de87ed
commit
f1fa340494
1 changed files with 5 additions and 3 deletions
|
@ -34,10 +34,12 @@ Pre built images are available to run, with arm/multi-arch support, and baked in
|
|||
Refer to the core/config.py file for a full list of variables which can be managed via the environment
|
||||
|
||||
```bash
|
||||
# the `latest` tag can be used, though it may have some unexpected bonus features which impact stability. Named versions should be pinned for your regular usage. Feedback/testing is always welcome
|
||||
# the `latest` tag can be used, though it may have some unexpected bonus features which impact stability.
|
||||
Named versions should be pinned for your regular usage.
|
||||
Feedback/testing is always welcome
|
||||
|
||||
docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.3.0 # CPU, or:
|
||||
docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.3.0 #NVIDIA GPU
|
||||
docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest # CPU, or:
|
||||
docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:latest #NVIDIA GPU
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue