Skip to content

Commit

Permalink
CI: enable jemalloc in release tests (#46393)
Browse files Browse the repository at this point in the history
Signed-off-by: hongchaodeng <[email protected]>
  • Loading branch information
hongchaodeng authored Jul 8, 2024
1 parent a46f8ae commit 05067f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/ray_release/byod/byod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ EOF

COPY "$PIP_REQUIREMENTS" .
RUN "$HOME"/anaconda3/bin/pip install --no-cache-dir -r "${PIP_REQUIREMENTS}"

ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so:$LD_PRELOAD

0 comments on commit 05067f4

Please sign in to comment.