main: target name -> llama-cli

This commit is contained in:
Olivier Chafik
2024-06-08 12:50:35 +01:00
parent fe93cc96cc
commit 23d0df5bd5
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ RUN wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | apt-key
WORKDIR /app
COPY . .
RUN cmake -B build -DLLAMA_VULKAN=1 && \
cmake --build build --config Release --target llama-bin
cmake --build build --config Release --target llama-cli
# Clean up
WORKDIR /