We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed0e51 commit cfa070eCopy full SHA for cfa070e
rhcl/llm-d-inference-sim/Containerfile
@@ -7,6 +7,7 @@ ARG TARGETARCH
7
WORKDIR /workspace
8
9
RUN curl -O -L https://github.com/llm-d/llm-d-inference-sim/archive/refs/tags/v0.8.2.zip && \
10
+ microdnf install unzip && \
11
unzip v0.8.2.zip && \
12
find .
13
0 commit comments