Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 728 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 728 Bytes

Building the TensorRT-LLM Windows Docker Image

These instructions provide details on how to build the TensorRT-LLM Windows Docker image manually from source.

You should already have set up Docker Desktop based on the Windows source build instructions.

From the TensorRT-LLM\windows\ folder, run the build command:

docker build -f .\docker\Dockerfile -t tensorrt-llm-windows-build:latest .

Your image is now ready for use. Return to Run the Container to proceed with your TensorRT-LLM build using Docker.