We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0115861 commit 3a5ecafCopy full SHA for 3a5ecaf
1 file changed
Dockerfile
@@ -7,6 +7,7 @@ ENV PATH=/root/.local/bin:$PATH
7
COPY dist/*.whl /wheelhouse/
8
RUN uv init -p 3.12
9
RUN uv add `ls /wheelhouse/*.whl`
10
+RUN uv run python -c "import nltk; nltk.download('punkt'); nltk.download('punkt_tab')"
11
ENV PATH=/app/.venv/bin:$PATH
12
RUN brag version
13
0 commit comments