From e36979a605196c148c499b88d848d4fff90973d3 Mon Sep 17 00:00:00 2001 From: "B. Bergeron" Date: Sun, 24 Aug 2025 20:28:37 -0400 Subject: [PATCH] Use recommended compose file name for Docker Compose --- README.md | 2 +- docker-compose.yml => compose.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docker-compose.yml => compose.yaml (100%) diff --git a/README.md b/README.md index 58aaf1ebd..42d151d1f 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,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