Skip to content

Commit 316f651

Browse files
committed
fix
Signed-off-by: Junpu Fan <junpu@amazon.com>
1 parent 51b22ed commit 316f651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/vllm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ RUN dpkg -l | grep -E "cuda|nvidia|libnv" | awk '{print $2}' | xargs apt-mark ho
5959
&& apt-get upgrade -y \
6060
&& apt-get clean
6161

62-
ARG CACHE_REFRESH=0
6362
RUN uv pip install --system model-hosting-container-standards==0.1.9 \
63+
&& uv pip freeze | grep model-hosting-container-standards | grep "0.1.9" \
6464
&& uv cache clean
6565

6666
COPY ./scripts/vllm/dockerd_entrypoint.sh /usr/local/bin/dockerd_entrypoint.sh

0 commit comments

Comments
 (0)