Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 10 |
# Copy all required files
|
| 11 |
COPY main.py .
|
| 12 |
COPY ecosmart_model.pkl .
|
| 13 |
-
COPY "
|
| 14 |
|
| 15 |
EXPOSE 7860
|
| 16 |
|
|
|
|
| 10 |
# Copy all required files
|
| 11 |
COPY main.py .
|
| 12 |
COPY ecosmart_model.pkl .
|
| 13 |
+
COPY "EcoSmart_PT3.xlsx" .
|
| 14 |
|
| 15 |
EXPOSE 7860
|
| 16 |
|