Spaces:
Sleeping
Sleeping
Update Docker
Browse files
Docker
CHANGED
@@ -2,4 +2,6 @@ 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
|
|
|
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 |
+
EXPOSE 7860
|
6 |
+
|
7 |
RUN python -m fastchat.serve.gradio_web_server_multi --controller "" --register api_endpoints_serve.json --vision-arena
|