Skip to content

Commit aa65200

Browse files
committed
feat(docker): update CUDA base image to 12.4.1 for TensorRT support
- Upgrade base image from nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 to nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04 - Enable CUDA 12.4 runtime environment - Ensure TensorRT dependency compatibility - Validation steps: - Verify CUDA version via nvidia-smi after build - Test import tensorrt in container without errors Closes #935
1 parent 86e26f5 commit aa65200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
1+
FROM nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
22

33
ARG VENV_NAME="cosyvoice"
44
ENV VENV=$VENV_NAME

0 commit comments

Comments
 (0)