imgsearcher/run.sh
2025-04-09 11:13:17 +08:00

9 lines
133 B
Bash

#!/bin/bash
# 激活conda环境
eval "$(conda shell.bash hook)"
conda activate imgsearcher
# 运行应用
poetry run python app.py