Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -10,6 +10,10 @@ ENV TRANSFORMERS_CACHE /.cache/huggingface/hub
|
|
| 10 |
|
| 11 |
COPY requirements.txt .
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
COPY seer.py .
|
| 14 |
|
| 15 |
COPY seer.png .
|
|
|
|
| 10 |
|
| 11 |
COPY requirements.txt .
|
| 12 |
|
| 13 |
+
COPY model.pkl .
|
| 14 |
+
|
| 15 |
+
COPY encoder.pkl .
|
| 16 |
+
|
| 17 |
COPY seer.py .
|
| 18 |
|
| 19 |
COPY seer.png .
|