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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -18,9 +18,9 @@ RUN mkdir -p /app/.streamlit /app/nltk_data && chmod -R 777 /app
18
  COPY requirements.txt ./
19
  COPY src/ ./src/
20
  COPY src/c_d.csv ./src/
21
- COPY src/model.pkl ./src/
22
  COPY src/tfidf.pkl ./src/
23
- COPY src/labels.pkl ./src/
24
 
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
 
18
  COPY requirements.txt ./
19
  COPY src/ ./src/
20
  COPY src/c_d.csv ./src/
21
+ COPY src/logistic_models.pkl ./src/
22
  COPY src/tfidf.pkl ./src/
23
+ COPY src/multilabels.pkl ./src/
24
 
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