We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5573aae commit dad34eaCopy full SHA for dad34ea
docker/Dockerfile
@@ -3,4 +3,5 @@ FROM nvidia/cuda:11.7.1-runtime-ubuntu20.04
3
RUN apt-get update -y && apt-get install -y python3.9 python3.9-distutils curl
4
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
5
RUN python3.9 get-pip.py
6
-RUN pip3 install fschat
+RUN pip3 install fschat
7
+RUN pip3 install fschat[model_worker,webui] pydantic==1.10.1
0 commit comments