Skip to content

Commit

Permalink
Merge pull request #459 from bmahabirbu/main
Browse files Browse the repository at this point in the history
Switched DGGML_CUDA to ON in cuda containerfile
  • Loading branch information
ericcurtin authored Nov 16, 2024
2 parents e60c610 + 3648bd0 commit 0b803dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-images/cuda/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ../scripts /scripts
RUN chmod +x /scripts/*.sh && \
/scripts/build_llama_and_whisper.sh "cuda" "$LLAMA_CPP_SHA" \
"$WHISPER_CPP_SHA" "/tmp/install" \
"-DGGML_CUDA=1" "-DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined"
"-DGGML_CUDA=ON" "-DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined"

# Final runtime image
FROM docker.io/nvidia/cuda:12.6.2-runtime-ubi9
Expand Down

0 comments on commit 0b803dd

Please sign in to comment.