SWE-Arena / Docker
terryyz's picture
Update Docker
4dd9a26 verified
raw
history blame
258 Bytes
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