Include AI dependencies in Docker image
This commit is contained in:
@@ -12,8 +12,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
COPY pyproject.toml README.md ./
|
||||
COPY src/ ./src/
|
||||
|
||||
# Install Python dependencies
|
||||
RUN pip install --no-cache-dir .
|
||||
# Install Python dependencies (including AI packages)
|
||||
RUN pip install --no-cache-dir ".[ai]"
|
||||
|
||||
# Copy remaining files
|
||||
COPY migrations/ ./migrations/
|
||||
|
||||
Reference in New Issue
Block a user