Spaces:
Running
Running
Echo-ai
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ COPY --chown=user start.sh .
|
|
16 |
RUN chmod +x start.sh
|
17 |
|
18 |
# Expose port 7860 (Hugging Face Spaces requirement)
|
19 |
-
EXPOSE 7860
|
20 |
|
21 |
# Start Ollama on port 7860
|
22 |
CMD ["./start.sh"]
|
|
|
16 |
RUN chmod +x start.sh
|
17 |
|
18 |
# Expose port 7860 (Hugging Face Spaces requirement)
|
19 |
+
EXPOSE 7860:11434
|
20 |
|
21 |
# Start Ollama on port 7860
|
22 |
CMD ["./start.sh"]
|