Skip to content

Commit c770c18

Browse files
test ec2 vllm
1 parent 72584db commit c770c18

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dlc_developer_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ dlc-pr-pytorch-eia-inference = ""
182182
dlc-pr-tensorflow-2-eia-inference = ""
183183

184184
# vllm
185-
dlc-pr-vllm = "vllm/buildspec-sm.yml"
185+
dlc-pr-vllm = "vllm/buildspec.yml"

vllm/x86_64/gpu/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ RUN bash install_efa.sh ${EFA_VERSION} && \
6161
# ====================== ec2 =========================================
6262
FROM base AS vllm-ec2
6363

64+
RUN apt-get upgrade && \
65+
apt-get upgrade -y && \
66+
apt-get clean
67+
6468
# Install EFA
6569
COPY dockerd_entrypoint.sh /usr/local/bin/dockerd_entrypoint.sh
6670
RUN chmod +x /usr/local/bin/dockerd_entrypoint.sh

0 commit comments

Comments
 (0)