Skip to content

Commit cfa070e

Browse files
committed
fix: add unzip
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
1 parent 6ed0e51 commit cfa070e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rhcl/llm-d-inference-sim/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ARG TARGETARCH
77
WORKDIR /workspace
88

99
RUN curl -O -L https://github.com/llm-d/llm-d-inference-sim/archive/refs/tags/v0.8.2.zip && \
10+
microdnf install unzip && \
1011
unzip v0.8.2.zip && \
1112
find .
1213

0 commit comments

Comments
 (0)