Update Dockerfile
Browse files- Dockerfile +6 -0
Dockerfile
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
FROM ghcr.io/open-webui/open-webui:main
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
# Create a non-root user
|
4 |
RUN useradd -m -u 1000 webuser
|
5 |
|
|
|
1 |
FROM ghcr.io/open-webui/open-webui:main
|
2 |
|
3 |
+
|
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
|
11 |
|