mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-22 01:53:53 +00:00
chore: Regenerate all playbooks
This commit is contained in:
parent
a8a81dd1a1
commit
b49a00ca5d
@ -30,7 +30,8 @@ RUN apt-get update && \
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN git clone https://github.com/ggml-org/llama.cpp.git .
|
||||
RUN git clone https://github.com/ggml-org/llama.cpp.git . \
|
||||
&& git checkout 5d8bb90
|
||||
|
||||
RUN if [ "${CUDA_DOCKER_ARCH}" != "default" ]; then \
|
||||
export CMAKE_ARGS="-DCMAKE_CUDA_ARCHITECTURES=121"; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user