-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Docker build failing due to incompatible pytorch version #278
Comments
You probably have to run
I also found that I had to run these:
Then try running it again. The docker version seems to be quite outdated though, like over a month outdated. I wasn't able to run RVC v2 models on it because it wasn't a version of voice-changer that supported v2 models. It did seem like it was more GPU efficient though, but it's hard to know for sure since conditions were different. |
Thanks for the heads up, im pretty new to Docker. Have you had any luck getting a successful container built? And what voice cloner repo are you having the most luck with if this one's not being updated? |
Yes, I got voice-changer running okay on Docker. It just needs some updating I think. I haven't looked for any repo that can run in Docker, I just tested it out with this one because it seemed interesting. The regular Windows executable version serves my needs fine enough, so I didn't bother looking for an alternative. |
I should add: this repo is being updated constantly, just not the Docker portions of it. For other platforms it is updated all the time and supports newer features of all the open source voice changing platforms I'm aware of. |
I updated Dockerfile yesterday. Please try it. |
I was using a fresh install of aws linux.
My steps where the following:
The error occurred during
npm run build:docker:vcclient
The error was:
=> [ 5/41] RUN pip install numpy==1.23.5 5.0s
=> ERROR [ 6/41] RUN pip install torch==1.13.1 24.3s
executor failed running [/bin/sh -c pip install torch==1.13.1]: exit code: 2
The text was updated successfully, but these errors were encountered: