This commit is contained in:
hailin 2025-07-06 14:46:17 +08:00
parent 914a75bb15
commit 986a77115e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ docker build \
# --build-arg proxy="${PROXY_URL}" \ # --build-arg proxy="${PROXY_URL}" \
# --network=host \ # --network=host \
-t "${IMAGE_NAME}" \ -t "${IMAGE_NAME}" \
-f Dockerfile . # 你应当把 Dockerfile 放在当前目录(或加路径) -f Dockerfile .
# ======== 启动容器 ======== # ======== 启动容器 ========
echo "🚀 启动 Gradio 容器(后台运行)..." echo "🚀 启动 Gradio 容器(后台运行)..."