Enforce Unix line endings in container (#4990)

* (fix) enforce Unix (LF) line endings in docker/ directory

* (fix) update docker docs wrt line endings on Windows

* (fix) static check fixes
This commit is contained in:
Eugene Brodsky
2023-10-30 12:34:30 -04:00
committed by GitHub
parent 8dca194e2c
commit 224b09f8fd
4 changed files with 14 additions and 1 deletions

View File

@ -91,7 +91,7 @@ def get_extras():
def main():
versions = [x for x in get_versions() if not (x['draft'] or x['prerelease'])]
versions = [x for x in get_versions() if not (x["draft"] or x["prerelease"])]
if invokeai_is_running():
print(":exclamation: [bold red]Please terminate all running instances of InvokeAI before updating.[/red bold]")
input("Press any key to continue...")