abhinand commited on
Commit
efb3552
1 Parent(s): 24851de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -1,7 +1,9 @@
1
  FROM ghcr.io/open-webui/open-webui:main
2
 
3
- # Set static environment variables
4
- ENV OPENAI_API_BASE_URLS="https://api.together.xyz/v1;https://api.groq.com/openai/v1"
 
 
5
 
6
  # Set permissions for the app directory
7
  RUN chmod -R 777 /app/backend
 
1
  FROM ghcr.io/open-webui/open-webui:main
2
 
3
+ # # Set static environment variables
4
+ # ENV OPENAI_API_BASE_URLS="https://api.together.xyz/v1;https://api.groq.com/openai/v1"
5
+ # ENV OPENAI_API_KEYS="$TOGETHER_API_KEY;$GROQ_API_KEY"
6
+ # ENV DATABASE_URL="$REMOTE_DB_URI"
7
 
8
  # Set permissions for the app directory
9
  RUN chmod -R 777 /app/backend