Spaces:
Runtime error
Runtime error
aus10powell
commited on
Commit
•
17ec7d1
1
Parent(s):
0fdbd6f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
7 |
|
8 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
9 |
|
10 |
-
RUN
|
11 |
|
12 |
RUN useradd -m -u 1000 user
|
13 |
USER user
|
|
|
7 |
|
8 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
9 |
|
10 |
+
RUN python3 -m nltk.downloader punkt
|
11 |
|
12 |
RUN useradd -m -u 1000 user
|
13 |
USER user
|