Spaces:
Sleeping
Sleeping
VatsalPatel18
commited on
Commit
•
c87aa30
1
Parent(s):
a441ec3
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
# Pull the pre-built image from Docker Hub
|
2 |
-
FROM vatsalpatel18/weather-chatbot-phi3:latest
|
|
|
3 |
|
4 |
# Expose the port that Gradio will run on (If it's not already exposed in your image)
|
5 |
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
|