fady-50 commited on
Commit
92e83d6
·
verified ·
1 Parent(s): 30e24f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 "EcoSmart PT3.xlsx" .
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