mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
@ -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...")
|
||||
|
Reference in New Issue
Block a user