shujath000 commited on
Commit
7899208
·
verified ·
1 Parent(s): 87705c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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