Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +6 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,12 @@ COPY data /app/data
|
|
| 20 |
COPY models /app/models
|
| 21 |
COPY requirements.txt /app/
|
| 22 |
COPY app.py /app/
|
| 23 |
-
COPY .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
# Install Python dependencies
|
| 26 |
RUN pip install python-multipart
|
|
|
|
| 20 |
COPY models /app/models
|
| 21 |
COPY requirements.txt /app/
|
| 22 |
COPY app.py /app/
|
| 23 |
+
COPY config.py/app/
|
| 24 |
+
|
| 25 |
+
COPY engine.py/app/
|
| 26 |
+
|
| 27 |
+
COPY futureWeather.py/app/
|
| 28 |
+
# COPY . . # Copy remaining files (if any)
|
| 29 |
|
| 30 |
# Install Python dependencies
|
| 31 |
RUN pip install python-multipart
|