BuckLakeAI / Dockerfile

Commit History

修改 Dockerfile 中的启动命令,将 Gunicorn 的工作进程数从 3 调整为 2
0739750

parkerjj commited on

修改启动命令为 Uvicorn,调整 Gunicorn 配置中的工作进程数;添加懒加载机制以优化模型和tokenizer的加载,确保线程安全
7c28043

parkerjj commited on

修改启动命令为 Gunicorn,添加 Gunicorn 配置文件,移除 Uvicorn 启动逻辑,更新依赖项以支持 Gunicorn
000bfd1

parkerjj commited on

优化 Dockerfile 和 us_stock.py,增加 uvicorn 工作进程数,添加股票最新价格缓存功能,简化获取股票信息逻辑
8ec911f

parkerjj commited on

更新 Dockerfile,安装 Spacy 及其模型;在 preprocess.py 中添加模型下载处理
8bf0955

parkerjj commited on

modified Dockerfile
91e61c6

parkerjj commited on

更新 Dockerfile,启用用户创建和切换,设置用户环境变量和工作目录
c237b52

parkerjj commited on

注释掉 Dockerfile 中的 git clone 命令以避免构建时的错误
768a233

parkerjj commited on

更新 Dockerfile,使用完整的 Python 镜像;修正 Hugging Face token 环境变量名称;在 requirements.txt 中添加 pydantic 和 pydantic_core
693eb6c

parkerjj commited on

更新 Dockerfile,优化 pip 安装命令,调整 HF_Token 输出路径,并恢复 git clone 命令
953d202

parkerjj commited on

更新 Dockerfile,将 HF_Token 输出路径更改为 /home/user/HF_Token,并注释掉 git clone 命令
850f52e

parkerjj commited on

add HF_Token to Docker
878fde1

parkerjj commited on

Update requirements.txt
417cad6

parkerjj commited on

Change to Gradio
d4b1508

parkerjj commited on

Change to Docker
a803b83

parkerjj commited on

Change to Gradio
fe0aec3

parkerjj commited on