Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
|
@@ -12,9 +12,13 @@ COPY requirements.txt .
|
|
| 12 |
|
| 13 |
COPY seer.py .
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
COPY img1.png .
|
| 16 |
|
| 17 |
-
COPY img2.
|
| 18 |
|
| 19 |
COPY date_features.py .
|
| 20 |
|
|
|
|
| 12 |
|
| 13 |
COPY seer.py .
|
| 14 |
|
| 15 |
+
COPY seer.png .
|
| 16 |
+
|
| 17 |
+
COPY salesgif.gif
|
| 18 |
+
|
| 19 |
COPY img1.png .
|
| 20 |
|
| 21 |
+
COPY img2.jpg .
|
| 22 |
|
| 23 |
COPY date_features.py .
|
| 24 |
|