File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727# Docker developers
2828Dockerfile @ bbergeron0
2929entrypoint.sh @ bbergeron0
30- docker- compose.yaml @ bbergeron0
30+ compose.yaml @ bbergeron0
Original file line number Diff line number Diff 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
305305Start 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
307307user. Additional fields are documented in the file for further customization.
308308
309309Once ready, build and run the image locally:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments