mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
6cf535b5a0
2 changed files with 2 additions and 4 deletions
|
|
@ -141,8 +141,8 @@ SERVER_IP = "127.0.0.1"
|
|||
CORS_ALLOW_ALL_ORIGINS = True
|
||||
CORS_ALLOW_CREDENTIALS = True
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
'http://*',
|
||||
'https://*'
|
||||
'http://*',
|
||||
'https://*'
|
||||
]
|
||||
APPEND_SLASH = True
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@ RUN apt-get update && \
|
|||
pip install --no-cache-dir -r requirements-pytorch.txt && \
|
||||
pip install --no-cache-dir -r requirements-sentence-transformers.txt && \
|
||||
python manage.py collectstatic --noinput && \
|
||||
echo "installing sentence-transformers" && \
|
||||
pip install sentence-transformers==3.4.1 && \
|
||||
cd /app/frontend && \
|
||||
npm install && \
|
||||
npm run build && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue