TaahKay commited on
Commit
0560f6b
·
verified ·
1 Parent(s): 3cfb6f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -17,8 +17,8 @@ RUN pip3 install --no-cache-dir -r requirements.txt
17
  # Copy app and support folders
18
  COPY app.py ./
19
  COPY utils/ ./utils/
20
- COPY models/ ./models/ # Optional if exists
21
- COPY .streamlit/ .streamlit/ # This includes config.toml
22
 
23
  EXPOSE 8501
24
 
 
17
  # Copy app and support folders
18
  COPY app.py ./
19
  COPY utils/ ./utils/
20
+ COPY models/ ./models/
21
+ COPY .streamlit/ .streamlit/
22
 
23
  EXPOSE 8501
24