Spaces:
Sleeping
Sleeping
File size: 258 Bytes
bcb45b1 |
1 2 3 4 5 |
FROM ubuntu
RUN git clone https://github.com/BigComputer-Project/SWE-Arena.git
RUN cd SWE-Arena && pip install -e ".[model_worker,webui]"
RUN python -m fastchat.serve.gradio_web_server_multi --controller "" --register api_endpoints_serve.json --vision-arena |