build: optimize Dockerfile.

v3.2
liqiang-fit2cloud 2025-08-22 15:40:47 +08:00
parent c8e8afa8b9
commit c41ba9200f
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ torch = [
{ url = "https://download.pytorch.org/whl/cpu/torch-2.8.0-cp311-none-macosx_11_0_arm64.whl", marker = "sys_platform == 'darwin'" },
]
[tool.uv.pip]
args = ["--prefer-binary"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"