evalstate HF Staff commited on
Commit
cf9af9f
·
verified ·
1 Parent(s): 3b58d51

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]