1 Star 0 Fork 0

士多碑梨/openui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitpod.yml 922 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Image of workspace. Learn more: https://www.gitpod.io/docs/configure/workspaces/workspace-image
image: gitpod/workspace-full:latest
# List the start up tasks. Learn more: https://www.gitpod.io/docs/configure/workspaces/tasks
tasks:
- name: Run Open UI
init: |
mkdir $GITPOD_REPO_ROOT/../venv
cd $GITPOD_REPO_ROOT/../venv
python -m venv openui
source openui/bin/activate
cd $GITPOD_REPO_ROOT/backend
pip install .
gp sync-done init-done
command: |
source $GITPOD_REPO_ROOT/../venv/openui/bin/activate
cd $GITPOD_REPO_ROOT/backend
python -m openui
# List the ports to expose. Learn more: https://www.gitpod.io/docs/configure/workspaces/ports
ports:
- name: Open UI
description: Port 7878 for Open UI
port: 7878
onOpen: notify
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luozongyao/openui.git
git@gitee.com:luozongyao/openui.git
luozongyao
openui
openui
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385