From f81e384cfda266737204d28161492fbb2f369b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Baldo?= Date: Wed, 31 Jan 2024 15:32:47 -0300 Subject: [PATCH] Make Hadolint happier. --- powerinfer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerinfer/Dockerfile b/powerinfer/Dockerfile index 5caad21..a1de8fe 100644 --- a/powerinfer/Dockerfile +++ b/powerinfer/Dockerfile @@ -46,7 +46,7 @@ RUN git clone https://github.com/SJTU-IPADS/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) +RUN cmake --build build --config Release -j "$(nproc)" RUN pip install --no-cache-dir pandas #for the benchmark. RUN adduser -u $USERID user USER user