Skip to content

Commit c7809a1

Browse files
committed
Download nltk's punkt_tab in align_score Dockerfile
1 parent 9da2b73 commit c7809a1

File tree

1 file changed

+1
-1
lines changed
  • nemoguardrails/library/factchecking/align_score

1 file changed

+1
-1
lines changed

nemoguardrails/library/factchecking/align_score/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN pip install --no-cache-dir -r requirements.txt
3434
COPY . .
3535

3636
# Download the punkt model to speed up start time
37-
RUN python -c "import nltk; nltk.download('punkt')"
37+
RUN python -c "import nltk; nltk.download('punkt_tab')"
3838

3939
# Set the ALIGN_SCORE_PATH environment variable
4040
ENV ALIGN_SCORE_PATH=/app/AlignScore

0 commit comments

Comments
 (0)