From 26351cefeeda889a0610c5d2a4b872d5cd049f00 Mon Sep 17 00:00:00 2001 From: luopingyi Date: Thu, 4 Jun 2026 13:30:16 +0800 Subject: [PATCH] update base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5823aa..9d210a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM modelhubxc-4pd.tencentcloudcr.com/xc_agent_platform/python:3.11-slim ENV PYTHONUNBUFFERED=1