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
- 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.
Describe the bug
When attempting to run the GeniA docker container on Windows, I encountered an error indicating that
entrypoint.shcannot be found.Steps to reproduce the behavior
entrypoint.shcannot be found.Expected vs actual behavior
Expected behavior: The docker container should run without any errors.
Actual behavior: Received an error indicating that
entrypoint.shcannot 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.