Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Pin blis dependency #1047

Merged
merged 5 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ COPY pyproject.toml poetry.lock* /app/

# Configure Poetry and install dependencies
RUN poetry config virtualenvs.create false && \
poetry install --no-dev && \
python -m spacy download en_core_web_sm
poetry install --no-dev

# Copy the rest of the application
COPY . /app
Expand Down
Loading
Loading