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 \
|
sqlalchemy[asyncio] aiosqlite \
|
||||||
pydantic pydantic-settings \
|
pydantic pydantic-settings \
|
||||||
python-multipart aiofiles \
|
python-multipart aiofiles \
|
||||||
httptools
|
httptools \
|
||||||
|
celery[redis] redis
|
||||||
|
|
||||||
COPY backend/ .
|
COPY backend/ .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user