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.
1 parent a80eca9 commit 5821371Copy full SHA for 5821371
Dockerfile
@@ -49,7 +49,9 @@ WORKDIR /
49
USER root
50
RUN microdnf install -y dnf && \
51
dnf install -y 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm' && \
52
- dnf install -y zeromq
+ dnf install -y zeromq && \
53
+ dnf clean all && \
54
+ rm -rf /var/cache/dnf /var/lib/dnf
55
56
COPY --from=builder /workspace/bin/llm-d-inference-sim /app/llm-d-inference-sim
57
0 commit comments