Skip to content

Not sure this is supposed to be here #1535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions container-images/scripts/build_llama_and_whisper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ clone_and_build_llama_cpp() {
}

install_ramalama() {
# link podman-remote to podman for use by RamaLama
ln -sf /usr/bin/podman-remote /usr/bin/podman
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could just move this below the if /run/ramalama line below, or we should move it to the containerfile that installs podman-remote.

# Magic directory is created during container_build.sh
if [ -e "/run/ramalama" ]; then
$PYTHON -m pip install /run/ramalama --prefix="$1"
else
Expand Down
Loading