Skip to content

Commit 72584db

Browse files
test sm vllm
1 parent 43bf1d2 commit 72584db

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dlc_developer_config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deep_canary_mode = false
3737
[build]
3838
# Add in frameworks you would like to build. By default, builds are disabled unless you specify building an image.
3939
# available frameworks - ["base", "vllm", "autogluon", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "pytorch", "stabilityai_pytorch"]
40-
build_frameworks = []
40+
build_frameworks = ["vllm"]
4141

4242

4343
# By default we build both training and inference containers. Set true/false values to determine which to build.
@@ -182,4 +182,4 @@ dlc-pr-pytorch-eia-inference = ""
182182
dlc-pr-tensorflow-2-eia-inference = ""
183183

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

vllm/x86_64/gpu/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ ENTRYPOINT ["/usr/local/bin/dockerd_entrypoint.sh"]
6969
# ====================== sagemaker =========================================
7070
FROM base AS vllm-sagemaker
7171

72+
RUN apt-get upgrade && \
73+
apt-get upgrade -y && \
74+
apt-get clean
75+
7276
COPY sagemaker_entrypoint.sh /usr/local/bin/sagemaker_entrypoint.sh
7377
RUN chmod +x /usr/local/bin/sagemaker_entrypoint.sh
7478

0 commit comments

Comments
 (0)