Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit d7abf74

Browse files
Merge pull request #137 from RH-steve-grubb/do_not_track
Disable usage tracking
2 parents 7e5d11b + 6cff676 commit d7abf74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.ubi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ ENV HF_HUB_OFFLINE=1 \
187187
# see: https://github.com/vllm-project/vllm/pull/7080
188188
VLLM_ALLOW_LONG_MAX_MODEL_LEN=1 \
189189
VLLM_USAGE_SOURCE=production-docker-image \
190-
VLLM_WORKER_MULTIPROC_METHOD=fork
190+
VLLM_WORKER_MULTIPROC_METHOD=fork \
191+
VLLM_NO_USAGE_STATS=1
191192

192193
# setup non-root user for OpenShift
193194
RUN umask 002 \

0 commit comments

Comments
 (0)