From d7c55611b069173128cd8df86aac84df8850c5f1 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Tue, 21 Jan 2025 15:57:23 +0000 Subject: [PATCH] Remove these lines they are unused We now store the sha in the shell script Signed-off-by: Eric Curtin --- container-images/ramalama/Containerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/container-images/ramalama/Containerfile b/container-images/ramalama/Containerfile index 64ac4251..9226301c 100644 --- a/container-images/ramalama/Containerfile +++ b/container-images/ramalama/Containerfile @@ -3,6 +3,3 @@ FROM registry.access.redhat.com/ubi9/ubi:9.5 COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \ /scripts/build_llama_and_whisper.sh "ramalama" - -ENV WHISPER_CPP_SHA=${WHISPER_CPP_SHA} -ENV LLAMA_CPP_SHA=${LLAMA_CPP_SHA}