Skip to content

Commit

Permalink
Dockerfile.ubi: add env vars to prevent nbumba/outlines errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Oct 24, 2024
1 parent 1db869a commit 854cc79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ ENV HF_HUB_OFFLINE=1 \
VLLM_ALLOW_LONG_MAX_MODEL_LEN=1 \
VLLM_USAGE_SOURCE=production-docker-image \
VLLM_WORKER_MULTIPROC_METHOD=fork \
OUTLINES_CACHE_DIR=/tmp/outlines \
NUMBA_CACHE_DIR=/tmp/numba \
TRITON_CACHE_DIR=/tmp/triton \
VLLM_NO_USAGE_STATS=1

# setup non-root user for OpenShift
Expand Down

0 comments on commit 854cc79

Please sign in to comment.