fix typo in server-vulkan.Dockerfile
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
42f31ca12c
commit
e6bb23285e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ WORKDIR /app
|
|||
COPY . .
|
||||
RUN mkdir build && \
|
||||
cd build && \
|
||||
cmake .. -DLLAMA_VULKAN=1 -dLLAMA_CURL=1 && \
|
||||
cmake .. -DLLAMA_VULKAN=1 -DLLAMA_CURL=1 && \
|
||||
cmake --build . --config Release --target server
|
||||
|
||||
# Clean up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue