SWE-Arena / Dockerfile
vumichien's picture
Update Dockerfile
33d3ace verified
raw
history blame
318 Bytes
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