Spaces:
Runtime error
Runtime error
Commit ·
2697d70
1
Parent(s): b2843f4
Add mcp_fallback.py to Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -31,6 +31,7 @@ COPY rank.py .
|
|
| 31 |
COPY llm.py .
|
| 32 |
COPY crawl.py .
|
| 33 |
COPY rate_limit.py .
|
|
|
|
| 34 |
|
| 35 |
# Expose Streamlit port
|
| 36 |
EXPOSE 8501
|
|
|
|
| 31 |
COPY llm.py .
|
| 32 |
COPY crawl.py .
|
| 33 |
COPY rate_limit.py .
|
| 34 |
+
COPY mcp_fallback.py .
|
| 35 |
|
| 36 |
# Expose Streamlit port
|
| 37 |
EXPOSE 8501
|