File size: 229 Bytes
61ccaf5
c87aa30
09af151
a11491a
61ccaf5
a441ec3
1
2
3
4
5
6
# 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