增加智策板块

This commit is contained in:
oficcejo
2025-10-12 15:24:32 +08:00
parent 8db746f7c7
commit a7cf8c4343
10 changed files with 3007 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# 使用官方Python镜像作为基础镜像
FROM python:3.12-slim
FROM swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/python:3.12-slim
# 设置工作目录
WORKDIR /app