Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ FROM ghcr.io/open-webui/open-webui:latest
|
|
| 7 |
# ---------------------------------------------------------
|
| 8 |
ENV ENABLE_OPENAI_API=true
|
| 9 |
|
| 10 |
-
ENV DISABLE_EMBEDDINGS=
|
| 11 |
# ---------------------------------------------------------
|
| 12 |
# 3️⃣ (Optional) Expose a different host port – HF will map
|
| 13 |
# the container’s 8080 → the Space’s public URL automatically.
|
|
|
|
| 7 |
# ---------------------------------------------------------
|
| 8 |
ENV ENABLE_OPENAI_API=true
|
| 9 |
|
| 10 |
+
ENV DISABLE_EMBEDDINGS=false
|
| 11 |
# ---------------------------------------------------------
|
| 12 |
# 3️⃣ (Optional) Expose a different host port – HF will map
|
| 13 |
# the container’s 8080 → the Space’s public URL automatically.
|