Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -19,6 +19,8 @@ COPY data /app/data
|
|
| 19 |
COPY models /app/models
|
| 20 |
COPY requirements.txt /app/
|
| 21 |
COPY app.py /app/
|
|
|
|
|
|
|
| 22 |
|
| 23 |
# Install dependencies
|
| 24 |
RUN pip install python-multipart
|
|
|
|
| 19 |
COPY models /app/models
|
| 20 |
COPY requirements.txt /app/
|
| 21 |
COPY app.py /app/
|
| 22 |
+
COPY engine.py /app/
|
| 23 |
+
COPY futureWeather.py /app/
|
| 24 |
|
| 25 |
# Install dependencies
|
| 26 |
RUN pip install python-multipart
|