Anshul Gupta commited on
Commit ·
662b388
1
Parent(s): 2e9b62c
webuiport
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ FROM ghcr.io/open-webui/open-webui:latest
|
|
| 8 |
# ---------------------------------------------------------
|
| 9 |
ENV ENABLE_OPENAI_API=true
|
| 10 |
|
| 11 |
-
ENV
|
| 12 |
# ---------------------------------------------------------
|
| 13 |
# 3️⃣ (Optional) Expose a different host port – HF will map
|
| 14 |
# the container’s 8080 → the Space’s public URL automatically.
|
|
|
|
| 8 |
# ---------------------------------------------------------
|
| 9 |
ENV ENABLE_OPENAI_API=true
|
| 10 |
|
| 11 |
+
ENV DISABLE_EMBEDDINGS=true
|
| 12 |
# ---------------------------------------------------------
|
| 13 |
# 3️⃣ (Optional) Expose a different host port – HF will map
|
| 14 |
# the container’s 8080 → the Space’s public URL automatically.
|