This commit is contained in:
itqop 2024-10-22 23:57:23 +03:00
parent 5eb11129e8
commit 346093fbcd
2 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,7 @@ WORKDIR /app
# Установка зависимостей
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install torch --index-url https://download.pytorch.org/whl/cpu
# Копирование исходного кода
COPY app /app

View File

@ -1,7 +1,6 @@
fastapi
uvicorn[standard]
transformers
torch --index-url https://download.pytorch.org/whl/cpu
gunicorn
aioredis==2.0.1
celery==5.3.0