From 5a8f5ed69d339ffca389f640a262e261657e5581 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 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