You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Add build secrets in the form of <key> <value>. These secrets are used during the build process for vllm. The secrets are passed to the Docker build step as `--secret id=<key>`. The following keys are expected and their purposes are described below:\n\n"
2780
2780
" - 'req': A file containing a list of dependencies for pip (e.g., requirements.txt).\n"
2781
-
" - 'vllm_index_url': The index URL for the pip install.\n"
2782
-
" - 'pytorch_triton_url': The location of the PyTorch wheel to download.\n"
2783
2781
" - 'build_public_vllm': A flag (default is 'true') indicating whether to build the public VLLM version.\n\n"
2784
2782
"Ensure that the required environment variables for these secrets are set before running the build.",
0 commit comments