Skip to content

Commit

Permalink
Refactor Docker overlay/build to override default config instead of S…
Browse files Browse the repository at this point in the history
…ystem

Fix small typo in `README.md`
  • Loading branch information
NeonDaniel committed Jan 9, 2025
1 parent adfd03d commit 8a5dabc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ LABEL vendor=neon.ai \
# Build argument for specifying extras
ARG EXTRAS

ENV OVOS_CONFIG_BASE_FOLDER=neon \
ENV OVOS_DEFAULT_CONFIG=/opt/neon/neon.yaml \
OVOS_CONFIG_BASE_FOLDER=neon \
OVOS_CONFIG_FILENAME=neon.yaml \
XDG_CONFIG_HOME=/config
# Set the ARG value as an environment variable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ docker build --build-arg EXTRAS=gradio -t ghcr.io/neongeckocom/neon-iris:latest
To build the Docker image with websat extras, run:

```bash
docker build --build-arg EXTRAS=websat -t ghcr.io/neongeckocom/neon-iris:latest .
docker build --build-arg EXTRAS=web_sat -t ghcr.io/neongeckocom/neon-iris:latest .
```

### Running
Expand Down
File renamed without changes.

0 comments on commit 8a5dabc

Please sign in to comment.