This commit is contained in:
parent
b9b1969610
commit
4746b8cd30
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue