Skip to content

Commit d343a7f

Browse files
committed
Use recommended compose file name for Docker Compose
1 parent 3f8cb79 commit d343a7f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
# Docker developers
2828
Dockerfile @bbergeron0
2929
entrypoint.sh @bbergeron0
30-
docker-compose.yaml @bbergeron0
30+
compose.yaml @bbergeron0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ For models compatible with Iluvatar Extension for PyTorch. Here's a step-by-step
303303
## Running with Docker
304304

305305
Start by installing Docker and Docker Compose on your host. Next, edit
306-
`docker-compose.yaml` and update the `UID` and `GID` variables to match your
306+
`compose.yaml` and update the `UID` and `GID` variables to match your
307307
user. Additional fields are documented in the file for further customization.
308308

309309
Once ready, build and run the image locally:
File renamed without changes.

0 commit comments

Comments
 (0)