[Docker] Adding number of nvcc_threads during build as envar (#1893)
This commit is contained in:
@@ -29,7 +29,7 @@ You can build and run vLLM from source via the provided dockerfile. To build vLL
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ DOCKER_BUILDKIT=1 docker build . --target vllm-openai --tag vllm/vllm-openai --build-arg max_jobs=8
|
||||
$ DOCKER_BUILDKIT=1 docker build . --target vllm-openai --tag vllm/vllm-openai # optionally specifies: --build-arg max_jobs=8 --build-arg nvcc_threads=2
|
||||
|
||||
To run vLLM:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user