Skip to content

Commit

Permalink
Merge pull request #936 from huyyxy/main
Browse files Browse the repository at this point in the history
feat(docker): update CUDA base image to 12.4.1 for TensorRT support
  • Loading branch information
aluminumbox authored Feb 6, 2025
2 parents 86e26f5 + aa65200 commit da3f129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
FROM nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04

ARG VENV_NAME="cosyvoice"
ENV VENV=$VENV_NAME
Expand Down

0 comments on commit da3f129

Please sign in to comment.