We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f771d06 commit 048de84Copy full SHA for 048de84
.devops/full-cuda.Dockerfile
@@ -27,7 +27,7 @@ RUN if [ "${CUDA_DOCKER_ARCH}" != "default" ]; then \
27
export CMAKE_ARGS="-DCMAKE_CUDA_ARCHITECTURES=${CUDA_DOCKER_ARCH}"; \
28
fi && \
29
cmake -B build -DGGML_CUDA=ON -DLLAMA_CURL=ON ${CMAKE_ARGS} -DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined . && \
30
- cmake --build build --config Release --target llama-cli -j$(nproc) && \
+ cmake --build build --config Release -j$(nproc) && \
31
cp build/bin/* .
32
33
ENTRYPOINT ["/app/.devops/tools.sh"]
0 commit comments