File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ RUN mkdir -p /tmp/nvjpeg \
6363# ====================== ec2 =========================================
6464FROM base as vllm-ec2
6565
66- WORKDIR /
67-
6866COPY dockerd_entrypoint.sh /usr/local/bin/dockerd_entrypoint.sh
6967RUN chmod +x /usr/local/bin/dockerd_entrypoint.sh
7068
@@ -74,9 +72,7 @@ ENTRYPOINT ["/usr/local/bin/dockerd_entrypoint.sh"]
7472
7573FROM base AS vllm-sagemaker
7674
77- WORKDIR /
78-
79- COPY sagemaker-entrypoint.sh /usr/local/bin/sagemaker-entrypoint.sh
80- RUN chmod +x /usr/local/bin/sagemaker-entrypoint.sh
75+ COPY sagemaker_entrypoint /usr/local/bin/sagemaker_entrypoint
76+ RUN chmod +x /usr/local/bin/sagemaker_entrypoint.sh
8177
82- ENTRYPOINT ["/usr/local/bin/sagemaker-entrypoint .sh" ]
78+ ENTRYPOINT ["/usr/local/bin/sagemaker_entrypoint .sh" ]
You can’t perform that action at this time.
0 commit comments