Refactor run_on_mac_or_linux function and update Docker image tags (#1644)
* Refactor run_on_mac_or_linux function in __main__.py to remove open_browser parameter * Update Docker image tags in GitHub workflows to use logspace/langflow instead of langflow/langflow * Update package versions in pyproject.toml and poetry.lock
This commit is contained in:
parent
99454a3d5d
commit
212cf9446a
8 changed files with 25 additions and 25 deletions
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
|
||||
services:
|
||||
langflow:
|
||||
image: langflow/langflow:latest
|
||||
image: logspace/langflow:latest
|
||||
ports:
|
||||
- "7860:7860"
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue