VatsalPatel18 commited on
Commit
09af151
1 Parent(s): 1c17c11

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # Pull the pre-built image from Docker Hub
2
  #FROM vatsalpatel18/weather-chatbot-phi3:latest
3
- FROM vatsalpatel18/weather-chat:version2
4
 
5
  # Expose the port that Gradio will run on (If it's not already exposed in your image)
6
  EXPOSE 7860
 
1
  # Pull the pre-built image from Docker Hub
2
  #FROM vatsalpatel18/weather-chatbot-phi3:latest
3
+ FROM vatsalpatel18/weather-chat:latest
4
 
5
  # Expose the port that Gradio will run on (If it's not already exposed in your image)
6
  EXPOSE 7860