openai-agent / Dockerfile
lijiacai's picture
Create Dockerfile
1c8744d
raw
history blame contribute delete
255 Bytes
FROM 19941108/openai-agent:1.0
EXPOSE 7860
ENV server=wss://mikeee-chatglm2-6b-4bit.hf.space/queue/join
ENV model_server=ChatGLMInt4SpiderServer
CMD ["uvicorn", "main:app","--host","0.0.0.0","--port","7860","--limit-concurrency","1000","--workers","10"]