From 3ea5e5c33abc0085af9612bf3de782e02be5cf05 Mon Sep 17 00:00:00 2001 From: yangjianbo Date: Thu, 12 Feb 2026 14:40:05 +0800 Subject: [PATCH] feat: update build aicodex.sh --- build_image_aicodex.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 build_image_aicodex.sh diff --git a/build_image_aicodex.sh b/build_image_aicodex.sh new file mode 100755 index 00000000..7b40652c --- /dev/null +++ b/build_image_aicodex.sh @@ -0,0 +1,8 @@ +#!/bin/bash +# 本地构建镜像的快速脚本,避免在命令行反复输入构建参数。 + +docker build -t yangjianbo/aicodex2api:latest \ + --build-arg GOPROXY=https://goproxy.cn,direct \ + --build-arg GOSUMDB=sum.golang.google.cn \ + -f Dockerfile \ + .