This commit is contained in:
hailin 2025-09-20 10:44:17 +08:00
parent b9b1969610
commit 4746b8cd30
1 changed files with 3 additions and 3 deletions

View File

@ -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