IGPTeam4 commited on
Commit
3a845c8
·
verified ·
1 Parent(s): 21f06ad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY src/ ./src/
13
  COPY model_suspicious/ ./model_suspicious/
14
  COPY new_features/ ./new_features/
15
  COPY reviewer_stats.json ./reviewer_stats.json
16
- COPY models/ ./models/
17
 
18
  RUN pip3 install -r requirements.txt
19
 
 
13
  COPY model_suspicious/ ./model_suspicious/
14
  COPY new_features/ ./new_features/
15
  COPY reviewer_stats.json ./reviewer_stats.json
16
+ COPY bert_model/ ./models/bert_model/
17
 
18
  RUN pip3 install -r requirements.txt
19