suluyan
7446bf2222
fix(docker): catch JSONDecodeError when querying Docker Hub tags
...
Non-JSON Hub responses (block pages, 5xx HTML) would bypass URLError
handling and crash json.load; surface them as RuntimeError instead.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-20 19:25:41 +08:00
suluyan
780a3e9c5e
fix lint
2026-07-20 19:16:10 +08:00
suluyan
5ee9b27220
feat(docker): add AMD ROCm image build from vllm-openai-rocm
...
Add image_type=amd that auto-resolves the newest concrete Docker Hub
tag, probes rocm/python/torch without GPU, installs modelscope from the
build branch, and tags as ubuntu*-rocm*-py*-torch*-{version}.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-17 11:19:02 +08:00
Yunlin Mao
020cad8229
[Backport] Docker fixes from release/1.38 ( #1735 )
...
* Upgrade numpy to 2.x for 1.38 Docker images
- Replace deprecated numpy aliases (np.math.ceil → math.ceil, np.Inf → np.inf)
- Upgrade Docker constraints: numpy>=2.0, cython>=3.0, remove scipy upper bound
* Add ipywidgets dependency to Docker images
* update docker
* fix
* fix
* fix
* fix cpu image
* fix(docker): force numpy>=2.0 after evalscope install
ms-opencompass pulls numpy<2.0, downgrading numpy from 2.x to 1.26.4.
Force reinstall numpy>=2.0 after pip install .[eval] to restore it.
* add metax dockerfile and its requirements for ms-swift 4.2.x (#1734 )
* Update npu dockerfile (#1736 )
* fix(docker): remove unrelated added docker files
---------
Co-authored-by: Jintao Huang <huangjintao.hjt@alibaba-inc.com >
Co-authored-by: dwd <dwd1044898101@gmail.com >
Co-authored-by: addsubmuldiv <zyh13227@163.com >
2026-06-26 17:10:49 +08:00
addsubmuldiv
c1d88e6ab7
Update npu dockerfile ( #1736 )
2026-06-15 11:07:56 +08:00
addsubmuldiv
c18f11ccbd
update ascend dockerfile ( #1687 )
2026-04-29 16:06:57 +08:00
Xingjun.Wang
862afeea7b
[Refactor] Refactor the modelscope download module ( #1683 )
2026-04-21 16:00:56 +08:00
addsubmuldiv
55af6ce8e4
update ascend dockerfile ( #1679 )
2026-04-17 17:04:26 +08:00
tastelikefeet
ce6a902d76
merge 1.35.1 to master ( #1653 )
2026-03-19 15:01:51 +08:00
Xingjun.Wang
832d88cb02
[Fix] lazy import oss2 ( #1649 )
...
* lazy import oss2
* fix lint
2026-03-17 16:03:42 +08:00
tastelikefeet
a420e68953
Merge branch 'release/1.34'
...
# Conflicts:
# docker/build_image.py
2026-03-13 11:36:25 +08:00
tastelikefeet
2fedc9bb9e
Feat/update docker file ( #1640 )
2026-03-09 14:21:38 +08:00
hjh0119
e6ef4af1a1
pin optimum 2.0.0 for gpu/llm image
2026-01-13 18:18:15 +08:00
Xingjun.Wang
be6874ea8e
Feat: add set_repo_visibility in hub api ( #1564 )
...
* add set_repo_visibility
* fix cr
* fix lint
2025-12-05 15:37:45 +08:00
Yunlin Mao
9cb7ce7029
Update build file and workflow ( #1551 )
...
* update build file
* update setup file
* update fairseq dep
* fix error log
2025-12-02 10:50:39 +08:00
baymax591
6f3200dfc2
[docker] Add Ascend NPU dockerfile ( #1550 )
...
Co-authored-by: ji-huazhong <hzji210@gmail.com >
Co-authored-by: vx120 <893600387@qq.com >
2025-11-26 09:56:47 +08:00
Jintao
2f3ac0fcd2
[docker] update swift docker ( #1502 )
2025-09-16 12:49:29 +08:00
tastelikefeet
169f523082
fix tensorflow cannot load gpu ( #1456 )
2025-08-11 11:04:17 +08:00
jinghanhu
b537efebed
Merge release 1.28 ( #1401 )
2025-08-04 17:00:14 +08:00
Yunlin Mao
093ae87111
Update 1.26.0 docker image dependency ( #1339 )
2025-05-28 17:36:07 +08:00
Jintao
03dbc7bd11
Merge release1.25 to master ( #1319 )
2025-04-23 13:40:54 +08:00
Jintao
32aefd7428
Merge release1.24 to master ( #1298 )
2025-04-07 13:32:09 +08:00
Jintao
3bfff5cb53
Add swift docker ( #1299 )
2025-04-07 13:24:18 +08:00
tastelikefeet
7246d0b359
Merge 1.23 hotfix to master ( #1227 )
2025-02-17 10:30:24 +08:00
Xingjun.Wang
77d7262c22
fix lint ( #1188 )
2025-01-15 14:25:09 +08:00
Xingjun.Wang
648187626a
Merge release 1.22 ( #1187 )
...
* bump version 1.22.0
* fix confict between lmdeploy & vllm
* flash-attn version
* fix version building image
* fix https://www.modelscope.cn/models/iic/nlp_structbert_address-parsing_chinese_base/feedback/issueDetail/20431 (#1170 )
* fix path contatenation to be windows compatabile (#1176 )
* fix path contatenation to be windows compatabile
* support dataset too
---------
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com >
* logger.warning when using remote code (#1171 )
* logger warning when using remote code
Co-authored-by: suluyan <suluyan.sly@alibaba-inc.com >
* feat: all other ollama models (#1174 )
* add cases
* new models
---------
Co-authored-by: suluyan <suluyan.sly@alibaba-inc.com >
* Unify datasets cache dir (#1178 )
* fix cache
* fix lint
* fix dataset cache
* fix lint
* remove
* Add repo_id and repo_type in snapshot_download (#1172 )
* add repo_id and repo_type in snapshot_download
* fix positional args
* update
* Fix/text gen (#1177 )
* fix text-gen: read pipeline type from configuration.json first
---------
Co-authored-by: suluyan <suluyan.sly@alibaba-inc.com >
* update doc with llama_index (#1180 )
* update version to 1.22.1
* merge release/1.22
---------
Co-authored-by: suluyana <suluyan_sly@163.com >
Co-authored-by: tastelikefeet <58414341+tastelikefeet@users.noreply.github.com >
Co-authored-by: Yingda Chen <yingdachen@apache.org >
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com >
Co-authored-by: suluyana <110878454+suluyana@users.noreply.github.com >
Co-authored-by: suluyan <suluyan.sly@alibaba-inc.com >
Co-authored-by: Yunlin Mao <mao.looper@qq.com >
2025-01-15 14:08:52 +08:00
tastelikefeet
46c4ce9bdd
support tag ci_image ( #1112 )
2024-12-01 15:17:25 +08:00
Jintao
b1e1f66fad
Merge release 1.20 docker ( #1109 )
2024-11-29 13:44:36 +08:00
Jintao
e961f1671d
Update docker from release/1.20 ( #1077 )
2024-11-11 14:56:36 +08:00
Jintao
a393b6ef24
update docker ( #1075 )
2024-11-08 15:49:50 +08:00
Jintao
d02d887918
update docker ( #1073 )
2024-11-08 10:56:39 +08:00
tastelikefeet
6856b157ed
try to reduce the image size of llm ( #1067 )
2024-11-06 15:52:08 +08:00
Jintao
9cf74e01c0
Fix the missing __init__.py file ( #1066 )
2024-11-06 13:22:06 +08:00
tastelikefeet
62ffc04215
Fix the slow downloading ( #1051 )
...
* fix slow download
* fix
* fix audio installation
* fix build
* fix
* test
* test
* test
* test
* fix
* fix
* fix
* fix
2024-10-25 13:37:01 +08:00
tastelikefeet
ae98067485
Fix timestamp in docker build ( #1049 )
...
* update flow name
* fix
* fix
* update docker builder
* lint
* fix build
* fix cpu build
* fix ts
2024-10-24 14:04:10 +08:00
tastelikefeet
a6d583b6cf
Fix build error ( #1047 )
2024-10-23 18:44:11 +08:00
tastelikefeet
cda7a6f04a
Update docker scripts ( #1044 )
2024-10-23 15:18:40 +08:00
tastelikefeet
7a57ee418c
Refine dockerfile ( #1042 )
2024-10-23 09:59:51 +08:00
tastelikefeet
320095144b
Refactor Dockerfile ( #1036 )
2024-10-21 18:26:23 +08:00