We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1668ae + 800224e commit 969e0f6Copy full SHA for 969e0f6
container-images/scripts/build_llama_and_whisper.sh
@@ -255,7 +255,9 @@ clone_and_build_llama_cpp() {
255
install_ramalama() {
256
# link podman-remote to podman for use by RamaLama
257
ln -sf /usr/bin/podman-remote /usr/bin/podman
258
- python3 -m pip install /run/ramalama --prefix="$1"
+ if [ -e "/run/ramalama" ]; then
259
+ python3 -m pip install /run/ramalama --prefix="$1"
260
+ fi
261
}
262
263
main() {
0 commit comments