| # Pull the pre-built image from Docker Hub | |
| #FROM vatsalpatel18/weather-chatbot-phi3:latest | |
| FROM vatsalpatel18/weather-chat:latest | |
| # Expose the port that Gradio will run on (If it's not already exposed in your image) | |
| EXPOSE 7860 |
| # Pull the pre-built image from Docker Hub | |
| #FROM vatsalpatel18/weather-chatbot-phi3:latest | |
| FROM vatsalpatel18/weather-chat:latest | |
| # Expose the port that Gradio will run on (If it's not already exposed in your image) | |
| EXPOSE 7860 |