TensorRT-LLMs/windows/docker
Kaiyu Xie bf0a5afc92
Update TensorRT-LLM (#1598)
* Update TensorRT-LLM
2024-05-14 16:43:41 +08:00
..
.gitignore Update TensorRT-LLM (#524) 2023-12-01 22:27:51 +08:00
Dockerfile Update TensorRT-LLM (#1598) 2024-05-14 16:43:41 +08:00
README.md Update TensorRT-LLM (#1554) 2024-05-07 23:34:28 +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.