mirror of
https://github.com/yshtcn/DiaryAssistant_bot.git
synced 2026-01-28 08:31:54 +08:00
# 更新兼容了日程助手
- 更新了初次使用提示 - 删除了GPTs开始的提示词(GPTs已经提供了该功能) - 为日程记录功能增加了开始时间和结束时间(日记也能用)
This commit is contained in:
@@ -15,7 +15,7 @@ RUN mkdir /data && chmod -R 777 /data
|
||||
ENV PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
# 安装 Python 依赖
|
||||
RUN pip install --no-cache-dir -i $PIP_INDEX_URL requests
|
||||
RUN pip install --no-cache-dir -i $PIP_INDEX_URL requests tqdm
|
||||
|
||||
# 设置容器启动后执行的命令
|
||||
CMD [ "python", "./DiaryAssistant.py" ]
|
||||
|
||||
Reference in New Issue
Block a user