aus10powell commited on
Commit
40a0e83
1 Parent(s): 95039fc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ COPY ./requirements.txt /code/requirements.txt
7
 
8
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
9
  RUN pip install nltk
 
10
  # Download NLTK resources
11
  RUN python -m nltk.downloader punkt
12
 
 
7
 
8
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
9
  RUN pip install nltk
10
+ RUN pip install -U snscrape
11
  # Download NLTK resources
12
  RUN python -m nltk.downloader punkt
13