Spaces:
Sleeping
Sleeping
VatsalPatel18
commited on
Commit
•
09af151
1
Parent(s):
1c17c11
Update Dockerfile
Browse files- 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:
|
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
|