Add celery/redis deps to API container (needed for task dispatch)
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ RUN pip install --no-cache-dir \
|
||||
sqlalchemy[asyncio] aiosqlite \
|
||||
pydantic pydantic-settings \
|
||||
python-multipart aiofiles \
|
||||
httptools
|
||||
httptools \
|
||||
celery[redis] redis
|
||||
|
||||
COPY backend/ .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user