Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
b2020383
Unverified
Commit
b2020383
authored
Apr 30, 2024
by
Silentoplayz
Committed by
GitHub
Apr 30, 2024
Browse files
Update Dockerfile
fix
parent
563377a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
b2020383
...
@@ -56,7 +56,7 @@ ENV OPENAI_API_KEY="" \
...
@@ -56,7 +56,7 @@ ENV OPENAI_API_KEY="" \
# Use locally bundled version of the LiteLLM cost map json
# Use locally bundled version of the LiteLLM cost map json
# to avoid repetitive startup connections
# to avoid repetitive startup connections
ENV
LITELLM_LOCAL_MODEL_COST_MAP="
t
rue"
ENV
LITELLM_LOCAL_MODEL_COST_MAP="
T
rue"
#### Other models #########################################################
#### Other models #########################################################
...
@@ -134,4 +134,4 @@ COPY ./backend .
...
@@ -134,4 +134,4 @@ COPY ./backend .
EXPOSE
8080
EXPOSE
8080
CMD
[ "bash", "start.sh"]
CMD
[ "bash", "start.sh"]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment