Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ Visit [OpenVINO System Requirments](https://docs.openvino.ai/2025/about-openvino
export OPENARC_API_KEY="openarc-api-key" # optional — pass --use-api-key to openarc serve start to enforce
export OPENARC_AUTOLOAD_MODEL="model_name" # model_name to load on startup
export MODEL_PATH="/path/to/your/models" # mount your models to `/models` inside the container
export OPENARC_LOG_FILE="/dev/null" # optional - omit file-based logging, or log to a specific file path
export OPENARC_CONFIG_FILE="/config/file/path/config.json" # optional - use the config file at the specified path
docker-compose up --build -d
```

Expand Down
Loading