Spaces:
Sleeping
Sleeping
File size: 318 Bytes
ca56dea 33d3ace ca56dea 33d3ace ca56dea 33d3ace ca56dea |
1 2 3 4 5 6 7 8 9 |
FROM ubuntu
RUN apt update && apt install -y git python3 python3-pip
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 |