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
02f364bf
"...serve/git@developer.sourcefind.cn:guobj/qwen_lmdeploy.git" did not exist on "289ffa3cfb4e6ee633cc67a598d8930d6e7f558c"
Commit
02f364bf
authored
Jan 07, 2024
by
Timothy J. Baek
Browse files
fix: dockerfile
parent
706a8d4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
Dockerfile
Dockerfile
+2
-0
backend/requirements.txt
backend/requirements.txt
+0
-7
No files found.
Dockerfile
View file @
02f364bf
...
...
@@ -40,6 +40,8 @@ COPY --from=build /app/build /app/build
WORKDIR
/app/backend
COPY
./backend/requirements.txt ./requirements.txt
RUN
pip3
install
torch torchvision torchaudio
--index-url
https://download.pytorch.org/whl/cpu
RUN
pip3
install
-r
requirements.txt
# RUN python -c "from sentence_transformers import SentenceTransformer; model = SentenceTransformer('all-MiniLM-L6-v2')"
...
...
backend/requirements.txt
View file @
02f364bf
...
...
@@ -16,13 +16,6 @@ aiohttp
peewee
bcrypt
--index-url https://download.pytorch.org/whl/cpu
torch
--index-url https://download.pytorch.org/whl/cpu
torchvision
--index-url https://download.pytorch.org/whl/cpu
torchaudio
langchain
langchain-community
chromadb
...
...
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