Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ ENV HOME=/home/user \
|
|
10 |
PATH=/home/user/.local/bin:$PATH
|
11 |
|
12 |
# Run the download
|
13 |
-
RUN python /app/download_model.py
|
14 |
|
15 |
# download nltk punkt and stopwords
|
16 |
RUN python3 -c "import nltk; nltk.download('punkt'); nltk.download('stopwords')"
|
|
|
10 |
PATH=/home/user/.local/bin:$PATH
|
11 |
|
12 |
# Run the download
|
13 |
+
# RUN python /app/download_model.py
|
14 |
|
15 |
# download nltk punkt and stopwords
|
16 |
RUN python3 -c "import nltk; nltk.download('punkt'); nltk.download('stopwords')"
|