You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run the GeniA docker container on Windows, I encountered an error indicating that entrypoint.sh cannot be found.
Steps to reproduce the behavior
On a Windows machine, attempt to run the GeniA docker container.
Observe the error indicating that entrypoint.sh cannot be found.
Expected vs actual behavior
Expected behavior: The docker container should run without any errors. Actual behavior: Received an error indicating that entrypoint.sh cannot be found.
Logs
N/A
Additional context
As a workaround, I had to clone and build GeniA on WSL (Windows Subsystem for Linux). After doing this, the docker container worked fine on Windows Docker Desktop. I believe it has to do with line endings.
The text was updated successfully, but these errors were encountered:
I've found a solution to this issue. I was encountering the same error and the way I solved this was by changing the filetype of entrypoint.sh from CRLF to LF.
I did this in vscode by going into the entrypoint.sh file and clicking on CRLF in the bottom right of VSCode and changing it to LF.
Describe the bug
When attempting to run the GeniA docker container on Windows, I encountered an error indicating that
entrypoint.sh
cannot be found.Steps to reproduce the behavior
entrypoint.sh
cannot be found.Expected vs actual behavior
Expected behavior: The docker container should run without any errors.
Actual behavior: Received an error indicating that
entrypoint.sh
cannot be found.Logs
N/A
Additional context
As a workaround, I had to clone and build GeniA on WSL (Windows Subsystem for Linux). After doing this, the docker container worked fine on Windows Docker Desktop. I believe it has to do with line endings.
The text was updated successfully, but these errors were encountered: