diff --git a/suites-help/开发者指南/脚本开发指南.md b/suites-help/开发者指南/脚本开发指南.md index 16bdf92..28b5595 100644 --- a/suites-help/开发者指南/脚本开发指南.md +++ b/suites-help/开发者指南/脚本开发指南.md @@ -33,7 +33,7 @@ stdout 的 JSON 会被执行器捕获并作为步骤结果。 ## 执行环境 -- **基础镜像**:`registry.mercator.cn/agentgis/gis-base:latest` +- **基础镜像**:`gis-base:latest`(从 Gitea Packages 加载 tar.gz) - **包含**:Python 3.11, GDAL, Shapely, GeoPandas, Fiona, PyProj, Rasterio, numpy - **脚本路径**:`/tmp/scripts/run.py`(只读) - **工作目录**:`/tmp/output`(读写,步骤间共享)