vumichien commited on
Commit
33d3ace
·
verified ·
1 Parent(s): ca56dea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -1,5 +1,9 @@
1
  FROM ubuntu
2
 
 
 
3
  RUN git clone https://github.com/BigComputer-Project/SWE-Arena.git
 
4
  RUN cd SWE-Arena && pip install -e ".[model_worker,webui]"
 
5
  RUN python -m fastchat.serve.gradio_web_server_multi --controller "" --register api_endpoints_serve.json --vision-arena
 
1
  FROM ubuntu
2
 
3
+ RUN apt update && apt install -y git python3 python3-pip
4
+
5
  RUN git clone https://github.com/BigComputer-Project/SWE-Arena.git
6
+
7
  RUN cd SWE-Arena && pip install -e ".[model_worker,webui]"
8
+
9
  RUN python -m fastchat.serve.gradio_web_server_multi --controller "" --register api_endpoints_serve.json --vision-arena