Skip to content

Commit

Permalink
hotfix: reqwest panic handling -> missing ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Jan 28, 2025
1 parent 5077dcf commit f420e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /usr/src/inference-benchmarker
COPY . .
RUN cargo install --path .
FROM debian:bullseye-slim
RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*
RUN mkdir -p /opt/inference-benchmarker/results
WORKDIR /opt/inference-benchmarker
COPY --from=builder /usr/local/cargo/bin/inference-benchmarker /usr/local/bin/inference-benchmarker
Expand Down

0 comments on commit f420e9a

Please sign in to comment.