Skip to content

Commit 96bb8aa

Browse files
authored
[Bugfix] fix gpu docker image mis benchmarks dir (#16628)
Signed-off-by: rongfu.leng <[email protected]>
1 parent 3badb02 commit 96bb8aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ if [ "$TARGETPLATFORM" != "linux/arm64" ]; then \
240240
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 ; \
241241
fi
242242
COPY examples examples
243+
COPY benchmarks benchmarks
243244

244245
# Although we build Flashinfer with AOT mode, there's still
245246
# some issues w.r.t. JIT compilation. Therefore we need to

0 commit comments

Comments
 (0)