Closed FrankTrog closed 6 months ago
bin/bash^M
suggests you have windows line endings. You'll need to clone and build under Linux.
I set the line endings properly in VS Code to LF
On Wed, May 15, 2024, 3:43 PM Rob Ballantyne @.***> wrote:
bin/bash^M suggests you have windows line endings. You'll need to clone and build under Linux.
— Reply to this email directly, view it on GitHub https://github.com/ai-dock/comfyui/issues/74#issuecomment-2113331918, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2U7PVUDOOXG5VMKAVCX7TZCO3GXAVCNFSM6AAAAABHYYTQROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJTGMZTCOJRHA . You are receiving this because you authored the thread.Message ID: @.***>
I apologize. I will try setting it for the entire project/repo and try again and let you know of the results. Thanks!
On Wed, May 15, 2024, 8:50 PM Frank Troglauer Jr @.***> wrote:
I set the line endings properly in VS Code to LF
On Wed, May 15, 2024, 3:43 PM Rob Ballantyne @.***> wrote:
bin/bash^M suggests you have windows line endings. You'll need to clone and build under Linux.
— Reply to this email directly, view it on GitHub https://github.com/ai-dock/comfyui/issues/74#issuecomment-2113331918, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2U7PVUDOOXG5VMKAVCX7TZCO3GXAVCNFSM6AAAAABHYYTQROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJTGMZTCOJRHA . You are receiving this because you authored the thread.Message ID: @.***>
My apologies for wasting you and any team members time on this @robballantyne. I installed tumbleweed and built the image from there and it runs great. Thanks! I did try various ways to attempt and build it from Windows and it just wouldn't work properly due to the crlf vs lf handling.
I cloned the repo and am attempting to build and test the image locally. However, an error has occurred.
This is pointing to the build/DockerFile line 29. Upon reviewing the fall line 29 is the same as line 37. It appears it is failing because the files it is targeting haven't been copied over, which occurs on line 36. Commenting the line out does allow for a build to occur, however, when the image is launched ComfyUI fails to start after many attempts with error code 127. The error code issue should be documented in a separte ticket, I assume, unless commenting out line 27 somehow creates the issue with ComfyUI not starting and creating error 127 in bash (which typically means command not found).