From ade534eacc6e0c753a5ec1e0b6bfe87b7804a0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Baldo?= Date: Wed, 31 Jan 2024 15:29:55 -0300 Subject: [PATCH] Make Kics happier. --- powerinfer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerinfer/Dockerfile b/powerinfer/Dockerfile index 5d68019..5caad21 100644 --- a/powerinfer/Dockerfile +++ b/powerinfer/Dockerfile @@ -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)