-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
AllTalk V2 Docker builds broken? #510
Comments
Hi this is in process the moment and is being worked on by someone external to myself. Discussion is here #378 and I know a new build is in the offing soon. Thanks |
The docker build step for Conda is failing due to the success check logic. There appears to be a new dependency that contains the word error, likely introduced as a 3rd party dependency. The current logic in
Which will now fail due to I'm validating a different way to verify the conda success, after that I'll put up an MR/PR fixing this. If you are comfortable editing code, you can can comment out that logic entirely and skip the validation for now to get the docker image building. |
@Demannu is the problem still around? `120.1 Failed to install conda dependencies:Dockerfile:3837 | ##############################################################################
|
I believe the initial error I reported is resolved, your error suggests conda did not finish installing successfully and exited as a result. #514 was merged which should've resolved the incorrect check logic. |
@icsy7867 : can pull the latest changes please and retry? In addition, the images are now being pushed to Docker hub, so local builds are not needed anymore. See #378 (comment) Please close this issue if it works for you. |
Might be Monday before I can. But I'll give it a shot when I can! |
Describe the bug
The Docker build for v2 doesn't seem to work. It seems to run, but then seems to hang with a conda message to either start or activate the environment during the build.
To Reproduce
I am using Fedora CoreOs, and installed the buildx docker plug-in. Then I run the build bash script.
Screenshots
Will provide shortly!
Text/logs
I will add the exact text shortly!
Ultimately it seems to run for several minutes until it creates a conda environment, then the build seems to hang on a few lines about conda and how to activate the environment. It seems to hang here indefinitely.
Desktop (please complete the following information):
N/A - But i did a git clone today and tried this morning.
Additional context
It would be great if the build didn't rely on buildx. There are many build tools (podman, buildah, kaniko) that would be nice to be able to use.
The text was updated successfully, but these errors were encountered: