Skip to content

Commit

Permalink
Make Kics happier.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaldonl committed Jan 31, 2024
1 parent 232658f commit ade534e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerinfer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FROM nvidia/cuda:12.3.1-devel-rockylinux9
ARG USERID=1000
RUN yum install -y python3-pip cmake libcudnn8 git && yum clean all && rm -rf /var/cache/yum/*
RUN git clone https://github.com/SJTU-IPADS/PowerInfer
WORKDIR PowerInfer
WORKDIR /PowerInfer
RUN pip install --no-cache-dir -r requirements.txt
RUN cmake -S . -B build -DLLAMA_CUBLAS=ON
RUN cmake --build build --config Release -j $(nproc)
Expand Down

0 comments on commit ade534e

Please sign in to comment.