用llama3.2提取信息
pip install "apache-airflow[celery]==2.10.3" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.3/constraints-3.8.txt"
airflow webserver -p 8080
airflow scheduler
airflow users create --role Admin --username admin --email admin --firstname admin --lastname admin --password admin
admin/admin
Deployment是一个定义及管理多副本应用(即多个副本 Pod)的新一代对象,与Replication Controller相比,它提供了更加完善的功能,使用起来更加简单方便。
从零开始部署一个完整的服务到K8S集群。
项目组做一个日志分析的工具,每天会导入大概3万条日志,插入到psql. 导入后再做分析,分给对应的人。
ubuntu下面编译opencv, 有坑,记录一下.