Skip to content

Commit 588a10d

Browse files
fix: stopwords in dockerfile
1 parent 31d39b4 commit 588a10d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ COPY pyproject.toml uv.lock ./
1212
# Install uv package manager
1313
RUN pip install uv
1414

15-
# Sync dependencies
15+
# Sync dependencies + stopwords
1616
RUN uv sync
17+
RUN uv run -m nltk.downloader stopwords
1718

1819
# Copy application code
1920
COPY ./src /api/src

0 commit comments

Comments
 (0)