update more names

This commit is contained in:
ochafik
2024-06-07 00:21:01 +01:00
parent 9a03341094
commit 8695baebc0
10 changed files with 14 additions and 13 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
cmake --build build --config Release --target llama-bin
# Clean up
WORKDIR /