Skip to content

Commit

Permalink
Refactor Docker build to override default config instead of system (#63)
Browse files Browse the repository at this point in the history
# Description
Refactor Docker overlay/build to override default config instead of
System
Fix small typo in `README.md`

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
  • Loading branch information
NeonDaniel authored Jan 14, 2025
1 parent ff9c52d commit 65fac09
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 65fac09

Please sign in to comment.