Skip to content

Commit

Permalink
Update CUDA lib in orch-tester (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko authored Jun 25, 2024
1 parent f98674f commit 0409c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.orch-tester
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN go build -ldflags="-X 'github.com/livepeer/stream-tester/model.Version=$vers
-tags mainnet \
cmd/orch-tester/orch_tester.go cmd/orch-tester/broadcaster_metrics.go

FROM --platform=$BUILDPLATFORM nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu20.04
FROM --platform=$BUILDPLATFORM nvidia/cuda:12.0.0-cudnn8-runtime-ubuntu20.04

RUN apt update && \
apt install -y ca-certificates && \
Expand Down

0 comments on commit 0409c8a

Please sign in to comment.