We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f069dcf commit 333e893Copy full SHA for 333e893
container/Dockerfile.vllm
@@ -39,7 +39,7 @@ ARG ARCH_ALT=x86_64
39
########## Framework Development Image ################
40
########################################################
41
42
-# Use dynamo base image if provided, otherwise use original base image
+# Use dynamo base image (see /container/Dockerfile for more details)
43
FROM ${DYNAMO_BASE_IMAGE} AS dev
44
45
ARG ARCH
@@ -69,7 +69,6 @@ ENV LD_LIBRARY_PATH=\
69
$LD_LIBRARY_PATH
70
71
ENTRYPOINT ["/opt/nvidia/nvidia_entrypoint.sh"]
72
-
73
CMD []
74
75
#######################################
0 commit comments