Updated commands help in dockerfile

This commit is contained in:
faltiska 2025-06-07 11:55:40 +03:00
parent 252a0961d9
commit 2bd5f56fd5

View file

@ -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