Use recommended compose file name for Docker Compose

This commit is contained in:
B. Bergeron 2025-08-24 20:28:37 -04:00
parent aba97d6ada
commit 36e19df686
No known key found for this signature in database
GPG Key ID: 20A0A88F22238925
2 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ For models compatible with Iluvatar Extension for PyTorch. Here's a step-by-step
## Running with Docker ## Running with Docker
Start by installing Docker and Docker Compose on your host. Next, edit 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. user. Additional fields are documented in the file for further customization.
Once ready, build and run the image locally: Once ready, build and run the image locally: