Skip to content

Commit

Permalink
resolves #2542 modify dockerfile to upgrade cuda to 12.2.0 and pydant…
Browse files Browse the repository at this point in the history
…ic 1.10.13 (#2565)
  • Loading branch information
alexdelapaz authored Oct 15, 2023
1 parent 9db2143 commit cb71875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nvidia/cuda:11.7.1-runtime-ubuntu20.04
FROM nvidia/cuda:12.2.0-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[model_worker,webui] pydantic==1.10.1
RUN pip3 install fschat[model_worker,webui] pydantic==1.10.13

0 comments on commit cb71875

Please sign in to comment.