agentsay commited on
Commit
738811e
·
verified ·
1 Parent(s): 7036797

Update Dockerfile

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