You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need to use a remote Lemonade server, set the `LEMONADE_BASE_URL` environment variable to your server's URL:
39
+
Set the `LEMONADE_BASE_URL` environment variable to your Lemonade server:
53
40
54
41
```bash
55
42
docker run -dit \
@@ -58,30 +45,7 @@ docker run -dit \
58
45
itomek/gaia-linux:0.15.1
59
46
```
60
47
61
-
**Note**: You can set any environment variable using the `-e` flag. See the [Environment Variables](#environment-variables) section below for all available options.
You can set any environment variable using the `-e` flag. See the [Environment Variables](#environment-variables) section below for all available options.
85
49
86
50
### 3. Connect to Container
87
51
@@ -99,34 +63,29 @@ For the rest of GAIA usage, see https://github.com/AMD/GAIA
99
63
100
64
## Environment Variables
101
65
102
-
You can configure the container using environment variables. Set them using the `-e` flag with `docker run` or inline with `docker compose`.
66
+
You can configure the container using environment variables. Set them using the `-e` flag with `docker run`.
103
67
104
68
| Variable | Default | Description |
105
69
|----------|---------|-------------|
106
-
|`LEMONADE_BASE_URL`|**(required)**| Lemonade server base URL for GAIA LLM features. Example: `http://localhost:5000/api/v1`|
70
+
|`LEMONADE_BASE_URL`|**(required)**| Lemonade server base URL for GAIA LLM features. |
107
71
|`GAIA_VERSION`|`0.15.1`| GAIA version to install from PyPI. Usually matches the image tag, but can be overridden. |
108
72
|`SKIP_INSTALL`|`false`| Skip package installation on startup (faster restarts). |
0 commit comments