Browse Source

Added punkt dependency to Dockerfile.

pull/2491/head
Adam Fourney 2 years ago
parent
commit
2da2b586d1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      samples/tools/autogenbench/autogenbench/res/Dockerfile

+ 1
- 0
samples/tools/autogenbench/autogenbench/res/Dockerfile View File

@@ -41,3 +41,4 @@ RUN /usr/bin/echo -e "import easyocr\nreader = easyocr.Reader(['en'])" | python


# Webarena # Webarena
RUN pip install beartype aiolimiter RUN pip install beartype aiolimiter
RUN /usr/bin/echo -e "import nltk\nnltk.download('punkt')" | python

Loading…
Cancel
Save