Skip to content

Commit

Permalink
we do not have creds for s3 to use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Kireev committed Dec 20, 2024
1 parent 2185ac9 commit b1bd000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ COPY .buildkite/check-wheel-size.py check-wheel-size.py
# Default max size of the wheel is 250MB
ARG VLLM_MAX_SIZE_MB=250
ENV VLLM_MAX_SIZE_MB=$VLLM_MAX_SIZE_MB
ARG RUN_WHEEL_CHECK=true
ARG RUN_WHEEL_CHECK=false
RUN if [ "$RUN_WHEEL_CHECK" = "true" ]; then \
python3 check-wheel-size.py dist; \
else \
Expand Down

0 comments on commit b1bd000

Please sign in to comment.