From 96bb8aa68b2a155e2c4dc574afcb8d7e3d8bf9a1 Mon Sep 17 00:00:00 2001 From: "rongfu.leng" Date: Wed, 16 Apr 2025 12:21:14 +0800 Subject: [PATCH] [Bugfix] fix gpu docker image mis benchmarks dir (#16628) Signed-off-by: rongfu.leng --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index d1ecef586d50b..45adf83e34ae6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -240,6 +240,7 @@ if [ "$TARGETPLATFORM" != "linux/arm64" ]; then \ uv pip install --system https://github.com/flashinfer-ai/flashinfer/releases/download/v0.2.1.post2/flashinfer_python-0.2.1.post2+cu124torch2.6-cp38-abi3-linux_x86_64.whl ; \ fi COPY examples examples +COPY benchmarks benchmarks # Although we build Flashinfer with AOT mode, there's still # some issues w.r.t. JIT compilation. Therefore we need to