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 9da2b73 commit c7809a1Copy full SHA for c7809a1
nemoguardrails/library/factchecking/align_score/Dockerfile
@@ -34,7 +34,7 @@ RUN pip install --no-cache-dir -r requirements.txt
34
COPY . .
35
36
# Download the punkt model to speed up start time
37
-RUN python -c "import nltk; nltk.download('punkt')"
+RUN python -c "import nltk; nltk.download('punkt_tab')"
38
39
# Set the ALIGN_SCORE_PATH environment variable
40
ENV ALIGN_SCORE_PATH=/app/AlignScore
0 commit comments