fastapi 宝塔部署
wget https://gh-proxy.com/https://github.com/astral-sh/uv/releases/latest/download/uv-x86_64-unknown-linux-gnu.tar.gz
tar -xzf uv-x86_64-unknown-linux-gnu.tar.gz.1
sudo mv uv-x86_64-unknown-linux-gnu/uv /usr/local/bin/
uv --version
rm -rf .venv
uv venv
uv sync --index-url https://pypi.tuna.tsinghua.edu.cn/simple
.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8000

浙公网安备 33010602011771号