TensorRT-LLMs/windows/docker
Kaiyu Xie 9bd15f1937
TensorRT-LLM v0.10 update
* TensorRT-LLM Release 0.10.0

---------

Co-authored-by: Loki <lokravi@amazon.com>
Co-authored-by: meghagarwal <16129366+megha95@users.noreply.github.com>
2024-06-05 20:43:25 +08:00
..
.gitignore Update TensorRT-LLM (#539) 2023-12-04 18:06:59 +08:00
Dockerfile TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
README.md TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00

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.