Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -25,6 +25,7 @@ COPY src/multilabels.pkl ./src/
|
|
| 25 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 26 |
RUN python -m nltk.downloader -d /app/nltk_data punkt averaged_perceptron_tagger wordnet stopwords
|
| 27 |
|
|
|
|
| 28 |
# Expose only for dev
|
| 29 |
EXPOSE 8501
|
| 30 |
|
|
|
|
| 25 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 26 |
RUN python -m nltk.downloader -d /app/nltk_data punkt averaged_perceptron_tagger wordnet stopwords
|
| 27 |
|
| 28 |
+
|
| 29 |
# Expose only for dev
|
| 30 |
EXPOSE 8501
|
| 31 |
|