mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Updated commands help in dockerfile
This commit is contained in:
parent
252a0961d9
commit
2bd5f56fd5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ CMD ["./entrypoint.sh"]
|
||||||
# If you want to test the docker image locally, run this from the project root:
|
# If you want to test the docker image locally, run this from the project root:
|
||||||
# docker build -f docker\gpu\Dockerfile -t kokoro .
|
# docker build -f docker\gpu\Dockerfile -t kokoro .
|
||||||
# Run it with:
|
# Run it with:
|
||||||
# docker run -p 8880:8880 --name kokoro kokoro --gpus all
|
# docker run -p 8880:8880 --name kokoro kokoro
|
||||||
#
|
#
|
||||||
# You can log into the container with
|
# You can log into the container with
|
||||||
# docker exec -it kokoro /bin/bash
|
# docker exec -it kokoro /bin/bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue