Skip to content

Commit 3a5ecaf

Browse files
committed
add punkt_tab
1 parent 0115861 commit 3a5ecaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ENV PATH=/root/.local/bin:$PATH
77
COPY dist/*.whl /wheelhouse/
88
RUN uv init -p 3.12
99
RUN uv add `ls /wheelhouse/*.whl`
10+
RUN uv run python -c "import nltk; nltk.download('punkt'); nltk.download('punkt_tab')"
1011
ENV PATH=/app/.venv/bin:$PATH
1112
RUN brag version
1213

0 commit comments

Comments
 (0)