Commit Graph

201 Commits

Author SHA1 Message Date
liqiang-fit2cloud ff570a3c71 refactor: read SANDBOX_BANNED_HOSTS from file instead of env. 2025-11-07 09:47:35 +08:00
liqiang-fit2cloud f0ecad6de1 refactor: rename MAXKB_SANDBOX_PYTHON_ALLOW_HOSTS_REGEXES to MAXKB_SANDBOX_PYTHON_BANNED_HOSTS 2025-11-06 15:41:35 +08:00
liqiang-fit2cloud 6e39df454c refactor: rename MAXKB_SANDBOX_PYTHON_ALLOW_HOSTS_REGEXES to MAXKB_SANDBOX_PYTHON_ALLOW_HOST_REGEXES 2025-11-06 11:23:09 +08:00
liqiang-fit2cloud 9029240931 refactor: rename MAXKB_SANDBOX_PYTHON_BANNED_HOSTS to MAXKB_SANDBOX_PYTHON_ALLOW_HOSTS_REGEXES 2025-11-06 11:03:48 +08:00
liqiang-fit2cloud 1f4d6d1123 feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code. 2025-11-05 19:03:17 +08:00
liqiang-fit2cloud f0be269cdc feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code. 2025-11-05 18:44:57 +08:00
liqiang-fit2cloud 1d749a4a92 feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code. 2025-11-05 17:00:50 +08:00
liqiang-fit2cloud b7152867a3 feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code. 2025-11-05 16:55:29 +08:00
liqiang-fit2cloud 9971df1a02 feat: add MAXKB_SANDBOX_PYTHON_BANNED_HOSTS env to ban host for sandbox in tools code. 2025-11-05 16:43:17 +08:00
liqiang-fit2cloud 8c788bf785 perf: revert preload. 2025-11-04 09:31:27 +08:00
liqiang-fit2cloud 33b4efa2a5 fix: fix LD_PRELOAD env.
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-10-31 18:36:44 +08:00
liqiang-fit2cloud 4c5317ca51 fix: fix LD_PRELOAD env. 2025-10-31 18:35:28 +08:00
liqiang-fit2cloud 3f986c5f65 fix: fix LD_PRELOAD env. 2025-10-31 18:19:31 +08:00
liqiang-fit2cloud 85d6a2696d perf: try to reduce memory usage by adding env LD_PRELOAD. 2025-10-23 10:47:07 +08:00
liqiang-fit2cloud 6a9b59163c fix: Infinite loop increases maximum loop count limit 2025-09-23 17:13:49 +08:00
shaohuzhang1 4242c776ed
fix: Infinite loop increases maximum loop count limit (#4088) 2025-09-23 15:35:21 +08:00
liqiang-fit2cloud 1e05eb18e1 Revert "build: add --prefer-binary."
This reverts commit a5c38af016.
2025-08-22 16:17:49 +08:00
liqiang-fit2cloud a5c38af016 build: add --prefer-binary. 2025-08-22 16:13:13 +08:00
liqiang-fit2cloud a5d6ae9fbc Revert "build: add --prefer-binary."
This reverts commit 78dce1a26b.
2025-08-22 15:57:02 +08:00
liqiang-fit2cloud 78dce1a26b build: add --prefer-binary. 2025-08-22 15:51:58 +08:00
liqiang-fit2cloud c3001ffd2d Revert "build: optimize Dockerfile."
This reverts commit d03022fe60.
2025-08-22 14:18:46 +08:00
liqiang-fit2cloud d03022fe60 build: optimize Dockerfile. 2025-08-22 14:13:59 +08:00
liqiang-fit2cloud dd0948ed20 build: optimize Dockerfile.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-08-22 11:28:15 +08:00
liqiang-fit2cloud f187812e50 build: optimize Dockerfile. 2025-08-22 10:12:14 +08:00
liqiang-fit2cloud e8b972e91c Revert "build: try to enable --use-feature=fast-deps."
This reverts commit b89c4e31aa.
2025-08-21 18:10:47 +08:00
liqiang-fit2cloud b89c4e31aa build: try to enable --use-feature=fast-deps. 2025-08-21 18:02:47 +08:00
liqiang-fit2cloud a77da52ad4 build: init py3 in base image. 2025-08-21 15:37:52 +08:00
liqiang-fit2cloud 4229b47df1 build: init py3 in base image. 2025-08-21 15:32:02 +08:00
liqiang-fit2cloud ae5fb8fae3 build: init py3 in base image. 2025-08-21 15:20:53 +08:00
liqiang-fit2cloud aac0f297df build: try to build web separately. 2025-08-20 15:53:33 +08:00
liqiang-fit2cloud 64f2f73d4b build: try to speed up web-build. 2025-08-19 18:35:38 +08:00
liqiang-fit2cloud 20cc5325f6 build: try to speed up web-build. 2025-08-19 18:26:45 +08:00
liqiang-fit2cloud 1e00a6d763 Revert "build: try to speed up web-build."
This reverts commit 245babbcae.
2025-08-19 17:33:20 +08:00
liqiang-fit2cloud 245babbcae build: try to speed up web-build. 2025-08-19 17:28:16 +08:00
liqiang-fit2cloud 85ec2d7fa7 build: try to speed up web-build. 2025-08-19 17:21:46 +08:00
liqiang-fit2cloud b9065107c0 build: try to speed up web-build. 2025-08-19 17:19:54 +08:00
CaptainB 0732936f8b fix: replace pip with uv for package installation in Dockerfile 2025-08-19 17:17:38 +08:00
liqiang-fit2cloud ded828104e build: try to speed up web-build. 2025-08-19 17:15:59 +08:00
CaptainB 9f83755007 fix: update Dockerfile to install dependencies from pyproject.toml and adjust .dockerignore 2025-08-19 16:01:51 +08:00
liqiang-fit2cloud b9fcd68418 build: try uv. 2025-08-19 15:50:41 +08:00
liqiang-fit2cloud 11b689226c fix: fix tool issue occurred after upgrade debian to trixie. 2025-08-19 13:06:56 +08:00
liqiang-fit2cloud 02e183e65c build: upgrade pg from 17.5 to 17.6. 2025-08-19 09:55:40 +08:00
liqiang-fit2cloud 29314a79d0 fix: update base images in Dockerfile to use trixie variant 2025-08-19 09:43:31 +08:00
liqiang-fit2cloud 4a8963b548 Merge branch 'v2' of https://github.com/maxkb-dev/maxkb into v2 2025-08-19 09:25:44 +08:00
CaptainB ed424428ac fix: update base images in Dockerfile to use bookworm variant 2025-08-18 15:32:04 +08:00
CaptainB c82a33ce48 fix: update postgres dependency to version 17.6-bullseye 2025-08-18 14:57:34 +08:00
liqiang-fit2cloud 530a546352 refactor: disable upgrade from v1 to v2. 2025-08-14 11:28:44 +08:00
liqiang-fit2cloud 0d1d3a19b8 dep: update torch. 2025-08-13 17:03:46 +08:00
liqiang-fit2cloud c8762ade9a build: update ENV. 2025-08-13 14:57:50 +08:00
liqiang-fit2cloud 4865a092e4 Revert "build: try uv."
This reverts commit 5a35665ded.
2025-08-12 17:29:32 +08:00