Skip to content

Commit 20be04f

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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:

docker-compose.yml renamed to compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
context: .
88
args:
99
# Declare additional system dependencies for custom nodes
10-
APT_EXTRA_PACKAGES:
10+
APT_EXTRA_PACKAGES: libopengl0 libgl1
1111

1212
ports:
1313
- 127.0.0.1:8188:8188

0 commit comments

Comments
 (0)