Skip to content

Commit da3f129

Browse files
authored
Merge pull request #936 from huyyxy/main
feat(docker): update CUDA base image to 12.4.1 for TensorRT support
2 parents 86e26f5 + aa65200 commit da3f129

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)