惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
雷峰网
雷峰网
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
G
Google Developers Blog
腾讯CDC
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
人人都是产品经理
人人都是产品经理
博客园_首页
T
Tailwind CSS Blog
C
Check Point Blog
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
Y
Y Combinator Blog
L
LangChain Blog
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI

博客园 - Coding_Yong

OpenClaw 在宠物零食行业的应用场景 Navicat 激活 tapicker SQLLOG导出Excel 工具归纳 四 阿里大模型接入:模型微调 向量数据库 二 阿里大模型接入:自定义插件 OPENAPI3.0介绍 python最新版本安装 一 阿里大模型接入:创建应用 阿里大模型QA 阿里日志QA 项目知识积累QA 管理QA 阿里nginx access日志配置 阿里nginx error日志配置 甘特图 英文字母,汉字,字节,位之间的关系
FastApi发布到linux
Coding_Yong · 2024-05-25 · via 博客园 - Coding_Yong

打包工具:zip,PyInstaller

python:3.6以上版本

pip3 install uvicorn

pip3 install fastapi

uvicorn main:app --host 192.168.0.00 --port 8899

nohup uvicorn main:app --host 192.168.0.00 --port 8899 --reload > log.txt 2>&1 &

posted @ 2024-05-25 09:08  Coding_Yong  阅读(317)  评论(0)    收藏  举报

刷新页面返回顶部