Skip to content

Commit 4bcc0e4

Browse files
committed
Initial commit
1 parent a5b6c6e commit 4bcc0e4

21 files changed

Lines changed: 33 additions & 1168 deletions

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "LazyLLM"]
1+
[submodule "back/LazyLLM"]
22
path = back/LazyLLM
33
url = https://github.com/LazyAGI/LazyLLM.git

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,15 @@ http://127.0.0.1:30382
9292

9393
## 四、自定义构建镜像
9494

95+
> 注意:以下操作均在 Linux 环境下进行
96+
9597
### 1. 克隆代码
9698
```bash
9799
git clone https://github.com/LazyAGI/LazyCraft.git
98100
cd LazyCraft
99101
git submodule update --init
100102

103+
mkdir -p back/src/parts/data/common_datasets
101104
wget https://github.com/LazyAGI/LazyCraft/releases/download/common_datasets/common_datasets.zip \
102105
-O back/src/parts/data/common_datasets/common_datasets.zip
103106
```

back/.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

back/LazyLLM

Submodule LazyLLM added at ceae746

back/localdeploy/cron/build.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

back/localdeploy/cron/cron.dockerfile

Lines changed: 0 additions & 25 deletions
This file was deleted.

back/localdeploy/cron/cron_script

-6.5 MB
Binary file not shown.

back/localdeploy/cron/cron_script.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

back/localdeploy/cron/crontab

Lines changed: 0 additions & 2 deletions
This file was deleted.

back/localdeploy/cron/entrypoint.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)