Spaces:
Runtime error
Runtime error
lyangas commited on
Commit ·
1efad19
1
Parent(s): da7535b
fix dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,6 @@ RUN pip install --upgrade -r /code/requirements.txt
|
|
| 8 |
|
| 9 |
COPY ./embedder ./embedder
|
| 10 |
COPY ./classifiers ./classifiers
|
| 11 |
-
COPY ./model_finetuned_clear.pkl ./model_finetuned_clear.pkl
|
| 12 |
COPY ./required_classes.py ./required_classes.py
|
| 13 |
COPY ./app.py ./app.py
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
COPY ./embedder ./embedder
|
| 10 |
COPY ./classifiers ./classifiers
|
|
|
|
| 11 |
COPY ./required_classes.py ./required_classes.py
|
| 12 |
COPY ./app.py ./app.py
|
| 13 |
|