Skip to content

Commit

Permalink
Merge pull request #137 from RH-steve-grubb/do_not_track
Browse files Browse the repository at this point in the history
Disable usage tracking
  • Loading branch information
vaibhavjainwiz authored Sep 2, 2024
2 parents 7e5d11b + 6cff676 commit d7abf74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ ENV HF_HUB_OFFLINE=1 \
# see: https://github.com/vllm-project/vllm/pull/7080
VLLM_ALLOW_LONG_MAX_MODEL_LEN=1 \
VLLM_USAGE_SOURCE=production-docker-image \
VLLM_WORKER_MULTIPROC_METHOD=fork
VLLM_WORKER_MULTIPROC_METHOD=fork \
VLLM_NO_USAGE_STATS=1

# setup non-root user for OpenShift
RUN umask 002 \
Expand Down

0 comments on commit d7abf74

Please sign in to comment.