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

Commit 7a21f52

Browse files
committed
Dockerfile.ubi: get rid of custom cache manager
fixed in vllm-project#6140 fixes https://issues.redhat.com/browse/RHOAIENG-8043
1 parent d379e0a commit 7a21f52

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

Dockerfile.ubi

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ ENV PATH=$VIRTUAL_ENV/bin/:$PATH
154154
RUN microdnf install -y gcc \
155155
&& microdnf clean all
156156

157-
# Custom cache manager (fix for https://issues.redhat.com/browse/RHOAIENG-8043)
158-
COPY extras/custom_cache_manager.py /opt/vllm/lib/python3.11/site-packages/custom_cache_manager.py
159-
160157
# install vllm wheel first, so that torch etc will be installed
161158
RUN --mount=type=bind,from=build,src=/workspace/dist,target=/workspace/dist \
162159
--mount=type=cache,target=/root/.cache/pip \
@@ -174,8 +171,7 @@ ENV HF_HUB_OFFLINE=1 \
174171
PORT=8000 \
175172
HOME=/home/vllm \
176173
VLLM_USAGE_SOURCE=production-docker-image \
177-
VLLM_WORKER_MULTIPROC_METHOD=fork \
178-
TRITON_CACHE_MANAGER="custom_cache_manager:CustomCacheManager"
174+
VLLM_WORKER_MULTIPROC_METHOD=fork
179175

180176
# setup non-root user for OpenShift
181177
RUN umask 002 \

extras/custom_cache_manager.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)