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
34c7b678
Commit
34c7b678
authored
Mar 06, 2024
by
Timothy J. Baek
Browse files
fix: ocr issue
parent
0476c5f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Dockerfile
Dockerfile
+2
-0
backend/requirements.txt
backend/requirements.txt
+2
-1
No files found.
Dockerfile
View file @
34c7b678
...
@@ -53,6 +53,8 @@ WORKDIR /app/backend
...
@@ -53,6 +53,8 @@ WORKDIR /app/backend
# install python dependencies
# install python dependencies
COPY
./backend/requirements.txt ./requirements.txt
COPY
./backend/requirements.txt ./requirements.txt
RUN
apt-get update
&&
apt-get
install
ffmpeg libsm6 libxext6
-y
RUN
pip3
install
torch torchvision torchaudio
--index-url
https://download.pytorch.org/whl/cpu
--no-cache-dir
RUN
pip3
install
torch torchvision torchaudio
--index-url
https://download.pytorch.org/whl/cpu
--no-cache-dir
RUN
pip3
install
-r
requirements.txt
--no-cache-dir
RUN
pip3
install
-r
requirements.txt
--no-cache-dir
...
...
backend/requirements.txt
View file @
34c7b678
...
@@ -34,8 +34,9 @@ pandas
...
@@ -34,8 +34,9 @@ pandas
openpyxl
openpyxl
pyxlsb
pyxlsb
xlrd
xlrd
rapidocr-onnxruntime
opencv-python-headless
opencv-python-headless
rapidocr-onnxruntime
faster-whisper
faster-whisper
...
...
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