Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -31,4 +31,4 @@ EXPOSE 7860
|
|
| 31 |
|
| 32 |
# Run fast-agent serve
|
| 33 |
# The agent card (agent.md) and tool file (hf_api_tool.py) are in /app
|
| 34 |
-
CMD ["fast-agent", "serve", "--card", "agent.md", "--transport", "http","--host","0.0.0.0", "--port", "7860"]
|
|
|
|
| 31 |
|
| 32 |
# Run fast-agent serve
|
| 33 |
# The agent card (agent.md) and tool file (hf_api_tool.py) are in /app
|
| 34 |
+
CMD ["fast-agent", "serve", "--card", "agent.md", "--transport", "http","--host","0.0.0.0", "--port", "7860", "--instance-scope","request"]
|