Skip to content

Commit

Permalink
Update Dockerfile (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubaoquan404 authored Oct 9, 2023
1 parent 5573aae commit dad34ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ FROM nvidia/cuda:11.7.1-runtime-ubuntu20.04
RUN apt-get update -y && apt-get install -y python3.9 python3.9-distutils curl
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
RUN python3.9 get-pip.py
RUN pip3 install fschat
RUN pip3 install fschat
RUN pip3 install fschat[model_worker,webui] pydantic==1.10.1

0 comments on commit dad34ea

Please sign in to comment.