From 252a0961d910c6ea8fa26845a7617897c2248c8b Mon Sep 17 00:00:00 2001 From: faltiska Date: Sat, 7 Jun 2025 11:54:54 +0300 Subject: [PATCH] Updated commands help in dockerfile --- docker/gpu/Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/gpu/Dockerfile b/docker/gpu/Dockerfile index 1f9d58e..23c493c 100644 --- a/docker/gpu/Dockerfile +++ b/docker/gpu/Dockerfile @@ -44,7 +44,7 @@ CMD ["./entrypoint.sh"] # If you want to test the docker image locally, run this from the project root: # docker build -f docker\gpu\Dockerfile -t kokoro . -# Run it with +# Run it with: # docker run -p 8880:8880 --name kokoro kokoro --gpus all # # You can log into the container with @@ -52,8 +52,8 @@ CMD ["./entrypoint.sh"] # # Other commands: # 1. Stop and remove container -# docker stop kokoro -# docker container remove kokoro -# 2. List and remove images -# docker images -# docker image remove kokoro \ No newline at end of file +# docker container remove kokoro +# +# 2. List or remove images +# docker images +# docker image remove kokoro \ No newline at end of file