Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dockerfile for python 3.8, cuda 11.8 and torch 2.0.1 version #378

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

dongwon00kim
Copy link
Contributor

in "runtime/python/Dockerfile" using python 3.8 is not the same version as the training environment in README.md. So I add dockerfile for python 3.8, cuda 11.8, torch 2.0.1 using miniconda as default.

docker build -t cosyvoice:latest -f docker/Dockerfile .

docker run --rm cosyvoice:latest python --version 
docker run --rm cosyvoice:latest pip show torch

@aluminumbox aluminumbox merged commit f517d36 into FunAudioLLM:main Sep 18, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants