We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b22ed commit 316f651Copy full SHA for 316f651
docker/vllm/Dockerfile
@@ -59,8 +59,8 @@ RUN dpkg -l | grep -E "cuda|nvidia|libnv" | awk '{print $2}' | xargs apt-mark ho
59
&& apt-get upgrade -y \
60
&& apt-get clean
61
62
-ARG CACHE_REFRESH=0
63
RUN uv pip install --system model-hosting-container-standards==0.1.9 \
+ && uv pip freeze | grep model-hosting-container-standards | grep "0.1.9" \
64
&& uv cache clean
65
66
COPY ./scripts/vllm/dockerd_entrypoint.sh /usr/local/bin/dockerd_entrypoint.sh
0 commit comments