Skip to content

Commit

Permalink
Make Hadolint happier.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaldonl committed Jan 31, 2024
1 parent ade534e commit f81e384
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 @@ -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
Expand Down

0 comments on commit f81e384

Please sign in to comment.