From 4746b8cd30f894a77c2ca0f8895fbba7f7c5c548 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 20 Sep 2025 10:44:17 +0800 Subject: [PATCH] . --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d7ea6ce4a..70f3c9d45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,9 +64,9 @@ RUN set -e && \ RUN python3 - <<'PY' -import torch, typing_extensions, sympy, jinja2, fsspec, networkx -print("✅ Torch:", torch.__version__) -PY + import torch, typing_extensions, sympy, jinja2, fsspec, networkx + print("✅ Torch:", torch.__version__) + PY # ── 编译 torchvision 0.22.1 (依赖本地 torch) ──────────────────────────────── WORKDIR /opt