Beam091 commited on
Commit
7694c1b
·
verified ·
1 Parent(s): b74e2ca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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=true
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.