bardd commited on
Commit
698a0e5
·
verified ·
1 Parent(s): ac3be5b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM ghcr.io/open-webui/open-webui:main
4
  ENV ENV=production
5
  ENV WEBUI_AUTH=false
6
  ENV OPENAI_API_BASE_URL=https://api.deepinfra.com/v1/openai
7
- ENV OPENAI_API_KEY=Qkg36ZyeOllw5Y7ARp3Xr7Gmq8JmR13B
8
 
9
  # Create a non-root user
10
  RUN useradd -m -u 1000 webuser
 
4
  ENV ENV=production
5
  ENV WEBUI_AUTH=false
6
  ENV OPENAI_API_BASE_URL=https://api.deepinfra.com/v1/openai
7
+ ENV OPENAI_API_KEY=OPENAI_API_KEY
8
 
9
  # Create a non-root user
10
  RUN useradd -m -u 1000 webuser