update Dockerfile

This commit is contained in:
zhousha
2025-09-15 18:41:29 +08:00
parent e5b2fce3e8
commit 9c144b13c9
11 changed files with 10 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-iluvatar/bi100_corex:3.2.1 FROM corex:3.2.1
WORKDIR /workspace WORKDIR /workspace
COPY . /workspace/ COPY . /workspace/

View File

@@ -10,6 +10,7 @@
```bash ```bash
docker build -t tts:f5 . -f Dockerfile_f5 docker build -t tts:f5 . -f Dockerfile_f5
``` ```
其中,基础镜像 corex:3.2.1 通过联系天数智芯天垓100厂商技术支持可获取
### 2. 启动服务 ### 2. 启动服务
```bash ```bash

Binary file not shown.

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-iluvatar/bi100_corex:3.2.1 FROM corex:3.2.1
WORKDIR /workspace WORKDIR /workspace
COPY constraints_gsv.txt launch_gsv.sh /workspace/ COPY constraints_gsv.txt launch_gsv.sh /workspace/

View File

@@ -10,6 +10,7 @@
```bash ```bash
docker build -t tts:gsv . -f Dockerfile_gsv docker build -t tts:gsv . -f Dockerfile_gsv
``` ```
其中,基础镜像 corex:3.2.1 通过联系天数智芯天垓100厂商技术支持可获取
### 2. 启动服务 ### 2. 启动服务
```bash ```bash

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-iluvatar/bi100_corex:3.2.1 FROM corex:3.2.1
WORKDIR /workspace WORKDIR /workspace
COPY requirements_kokoro.txt constraints_kokoro.txt kokoro_server.py launch_kokoro.sh /workspace/ COPY requirements_kokoro.txt constraints_kokoro.txt kokoro_server.py launch_kokoro.sh /workspace/

View File

@@ -10,6 +10,7 @@
```bash ```bash
docker build -t tts:kokoro . -f Dockerfile_kokoro docker build -t tts:kokoro . -f Dockerfile_kokoro
``` ```
其中,基础镜像 corex:3.2.1 通过联系天数智芯天垓100厂商技术支持可获取
### 2. 启动服务 ### 2. 启动服务
```bash ```bash

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-iluvatar/bi100_corex:3.2.1 FROM corex:3.2.1
WORKDIR /workspace WORKDIR /workspace

View File

@@ -10,6 +10,7 @@
```bash ```bash
docker build -t tts:matcha . -f Dockerfile_matcha docker build -t tts:matcha . -f Dockerfile_matcha
``` ```
其中,基础镜像 corex:3.2.1 通过联系天数智芯天垓100厂商技术支持可获取
### 2. 启动服务 ### 2. 启动服务
```bash ```bash

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-iluvatar/bi100_corex:3.2.1 FROM corex:3.2.1
WORKDIR /workspace WORKDIR /workspace

View File

@@ -10,6 +10,7 @@
```bash ```bash
docker build -t tts:piper . -f Dockerfile_piper docker build -t tts:piper . -f Dockerfile_piper
``` ```
其中,基础镜像 corex:3.2.1 通过联系天数智芯天垓100厂商技术支持可获取
### 2. 启动服务 ### 2. 启动服务
```bash ```bash