CSAle commited on
Commit
57e13bd
·
1 Parent(s): bccd73b

Initial commit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ COPY --chown=user . $HOME/app
23
  RUN uv sync
24
 
25
  # Download NLTK data
26
- RUN python3 -c "import nltk; nltk.download('punkt'); nltk.download('punkt_tab')"
27
 
28
  # Expose the port
29
  EXPOSE 7860
 
23
  RUN uv sync
24
 
25
  # Download NLTK data
26
+ RUN uv run -m nltk download punkt punkt_tab
27
 
28
  # Expose the port
29
  EXPOSE 7860