rasmodev commited on
Commit
6e45bba
·
verified ·
1 Parent(s): 3220865

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ COPY ./model_and_key_components.pkl /app/model_and_key_components.pkl
19
  # Copy the Train data into the container
20
  COPY ./Train.csv /app/Train.csv
21
 
22
- # Expose port 8000 for the FastAPI application
23
  EXPOSE 7860
24
 
25
  # Command to start the Streamlit app
 
19
  # Copy the Train data into the container
20
  COPY ./Train.csv /app/Train.csv
21
 
22
+ # Expose port 7860 for the Streamlit application
23
  EXPOSE 7860
24
 
25
  # Command to start the Streamlit app