We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5077dcf commit f420e9aCopy full SHA for f420e9a
Dockerfile
@@ -7,6 +7,7 @@ WORKDIR /usr/src/inference-benchmarker
7
COPY . .
8
RUN cargo install --path .
9
FROM debian:bullseye-slim
10
+RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*
11
RUN mkdir -p /opt/inference-benchmarker/results
12
WORKDIR /opt/inference-benchmarker
13
COPY --from=builder /usr/local/cargo/bin/inference-benchmarker /usr/local/bin/inference-benchmarker
0 commit comments