This commit is contained in:
hailin 2025-07-06 14:48:01 +08:00
parent 986a77115e
commit a73bc270da
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ docker build \
# --build-arg proxy="${PROXY_URL}" \
# --network=host \
-t "${IMAGE_NAME}" \
-f Dockerfile .
-f Dockerfile \
.
# ======== 启动容器 ========
echo "🚀 启动 Gradio 容器(后台运行)..."