Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 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 |
|