Skip to content

Commit dad34ea

Browse files
author
dubaoquan404
authored
Update Dockerfile (#2524)
1 parent 5573aae commit dad34ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ FROM nvidia/cuda:11.7.1-runtime-ubuntu20.04
33
RUN apt-get update -y && apt-get install -y python3.9 python3.9-distutils curl
44
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
55
RUN python3.9 get-pip.py
6-
RUN pip3 install fschat
6+
RUN pip3 install fschat
7+
RUN pip3 install fschat[model_worker,webui] pydantic==1.10.1

0 commit comments

Comments
 (0)