Skip to content

Commit

Permalink
🐛 change fork to spawn
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <joe@joerun.de>
  • Loading branch information
joerunde committed Jun 21, 2024
1 parent b093a35 commit 2a60ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ ENV HF_HUB_OFFLINE=1 \
GRPC_PORT=8033 \
HOME=/home/vllm \
VLLM_USAGE_SOURCE=production-docker-image \
VLLM_WORKER_MULTIPROC_METHOD=fork \
VLLM_WORKER_MULTIPROC_METHOD=spawn \
TRITON_CACHE_MANAGER="triton.runtime.custom_cache_manager:CustomCacheManager"

# setup non-root user for OpenShift
Expand Down

0 comments on commit 2a60ad3

Please sign in to comment.