This commit is contained in:
parent
b9b1969610
commit
4746b8cd30
|
|
@ -64,9 +64,9 @@ RUN set -e && \
|
||||||
|
|
||||||
|
|
||||||
RUN python3 - <<'PY'
|
RUN python3 - <<'PY'
|
||||||
import torch, typing_extensions, sympy, jinja2, fsspec, networkx
|
import torch, typing_extensions, sympy, jinja2, fsspec, networkx
|
||||||
print("✅ Torch:", torch.__version__)
|
print("✅ Torch:", torch.__version__)
|
||||||
PY
|
PY
|
||||||
|
|
||||||
# ── 编译 torchvision 0.22.1 (依赖本地 torch) ────────────────────────────────
|
# ── 编译 torchvision 0.22.1 (依赖本地 torch) ────────────────────────────────
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue