Spaces:
Runtime error
Runtime error
Initial commit
Browse files- 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
|
| 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
|