jjyang77 commited on
Commit
496a63a
1 Parent(s): 2576114

install other fastapi dependencies

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -22,6 +22,8 @@ RUN cd /bigcodebench && pip install .
22
 
23
  RUN pip install -I --timeout 2000 -r https://github.com/bigcode-project/bigcodebench-annotation/releases/download/v0.1.0/requirements.txt
24
 
 
 
25
  RUN apt-get update && \
26
  apt-get install -y \
27
  bash \
 
22
 
23
  RUN pip install -I --timeout 2000 -r https://github.com/bigcode-project/bigcodebench-annotation/releases/download/v0.1.0/requirements.txt
24
 
25
+ RUN pip install fastapi gunicorn uvicorn[standard] httpx pydantic==2.*
26
+
27
  RUN apt-get update && \
28
  apt-get install -y \
29
  bash \