rasmodev commited on
Commit
1f1d0a3
·
1 Parent(s): 1dca6cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,5 +19,5 @@ COPY ./rf_key_components.pkl /app/rf_key_components.pkl
19
  # Expose port 8000 for the FastAPI application
20
  EXPOSE 7860
21
 
22
- # Command to start the Streamlit app
23
- CMD ["streamlit", "run", "--server.port", "7860", "app.py"]
 
19
  # Expose port 8000 for the FastAPI application
20
  EXPOSE 7860
21
 
22
+ # Command to run the Gradio app when the container starts
23
+ CMD ["python", "app.py"]