Skip to content

Commit

Permalink
Added sccache timeout for vllm build (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: maleksan85 <[email protected]>
  • Loading branch information
maleksan85 and maleksan85 authored Oct 11, 2024
1 parent 968345a commit 1ec8aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ RUN cd vllm \
&& python3 -m pip install -r requirements-rocm.txt \
&& python3 setup.py clean --all \
&& if [ ${USE_CYTHON} -eq "1" ]; then python3 setup_cython.py build_ext --inplace; fi \
&& python3 setup.py bdist_wheel --dist-dir=dist
&& SCCACHE_IDLE_TIMEOUT=1800 python3 setup.py bdist_wheel --dist-dir=dist
# Build gradlib
RUN cd vllm/gradlib \
&& python3 setup.py clean --all && python3 setup.py bdist_wheel --dist-dir=dist
Expand Down

0 comments on commit 1ec8aaf

Please sign in to comment.