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
384b7e84
Commit
384b7e84
authored
Mar 14, 2024
by
Jannik Streidl
Browse files
changed from bullseye to bookworm + removed unused steps
parent
50bec321
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Dockerfile
Dockerfile
+5
-5
No files found.
Dockerfile
View file @
384b7e84
# syntax=docker/dockerfile:1
# syntax=docker/dockerfile:1
######## WebUI frontend ########
######## WebUI frontend ########
FROM
node:21-b
ullseye
-slim as build
FROM
node:21-b
ookworm
-slim as build
WORKDIR
/app
WORKDIR
/app
RUN
apt-get update
\
#
RUN apt-get update \
&& apt-get install -y --no-install-recommends wget \
#
&& apt-get install -y --no-install-recommends wget \
# cleanup
#
# cleanup
&& rm -rf /var/lib/apt/lists/*
#
&& rm -rf /var/lib/apt/lists/*
# wget embedding model weight from alpine (does not exist from slim-buster)
# wget embedding model weight from alpine (does not exist from slim-buster)
#RUN wget "https://chroma-onnx-models.s3.amazonaws.com/all-MiniLM-L6-v2/onnx.tar.gz" -O - | \
#RUN wget "https://chroma-onnx-models.s3.amazonaws.com/all-MiniLM-L6-v2/onnx.tar.gz" -O - | \
...
...
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