diff --git a/README.md b/README.md index 1cfe29d01..6cc319348 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ For models compatible with Iluvatar Extension for PyTorch. Here's a step-by-step ## Running with Docker Start by installing Docker and Docker Compose on your host. Next, edit -`docker-compose.yaml` and update the `UID` and `GID` variables to match your +`compose.yaml` and update the `UID` and `GID` variables to match your user. Additional fields are documented in the file for further customization. Once ready, build and run the image locally: diff --git a/docker-compose.yml b/compose.yaml similarity index 100% rename from docker-compose.yml rename to compose.yaml