Skip to content

Commit bc2d7a3

Browse files
Pin blis dependency (#1047)
* Pin blis dependency Pinning `spacy` was not working * pin also en_core_web_sm model * also update poetry * include readme * pin spacy
1 parent fcc1840 commit bc2d7a3

File tree

3 files changed

+140
-206
lines changed

3 files changed

+140
-206
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ COPY pyproject.toml poetry.lock* /app/
1818

1919
# Configure Poetry and install dependencies
2020
RUN poetry config virtualenvs.create false && \
21-
poetry install --no-dev && \
22-
python -m spacy download en_core_web_sm
21+
poetry install --no-dev
2322

2423
# Copy the rest of the application
2524
COPY . /app

0 commit comments

Comments
 (0)