Skip to content

Commit 97ce34b

Browse files
committed
Not sure this is supposed to be here
Think it's only meant for the: container-images/scripts/build-cli.sh version, it's breaking podman on my bootc system and replacing /usr/bin/podman with a broken /usr/bin/podman-remote symlink. Signed-off-by: Eric Curtin <[email protected]>
1 parent acc426b commit 97ce34b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

container-images/scripts/build_llama_and_whisper.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ clone_and_build_llama_cpp() {
278278
}
279279

280280
install_ramalama() {
281-
# link podman-remote to podman for use by RamaLama
282-
ln -sf /usr/bin/podman-remote /usr/bin/podman
283281
if [ -e "/run/ramalama" ]; then
284282
$PYTHON -m pip install /run/ramalama --prefix="$1"
285283
else

0 commit comments

Comments
 (0)