update Dockerfile

This commit is contained in:
zhousha
2025-09-18 21:56:25 +08:00
parent 18aa9001d8
commit f59a7c693b
11 changed files with 10 additions and 5 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-metax/maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64 FROM maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64
WORKDIR /workspace WORKDIR /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
``` ```
其中,基础镜像 maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64 通过联系沐曦厂商技术支持可获取
### 2. 启动服务 ### 2. 启动服务
```bash ```bash

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-metax/maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64 FROM maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64
WORKDIR /workspace WORKDIR /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
``` ```
其中,基础镜像 maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64 通过联系沐曦厂商技术支持可获取
### 2. 启动服务 ### 2. 启动服务
```bash ```bash

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-metax/maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64 FROM maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64
WORKDIR /workspace WORKDIR /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
``` ```
其中,基础镜像 maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64 通过联系沐曦厂商技术支持可获取
### 2. 启动服务 ### 2. 启动服务
```bash ```bash

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-metax/maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64 FROM maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64
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
``` ```
其中,基础镜像 maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64 通过联系沐曦厂商技术支持可获取
### 2. 启动服务 ### 2. 启动服务
```bash ```bash

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-metax/maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64 FROM maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64
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
``` ```
其中,基础镜像 maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64 通过联系沐曦厂商技术支持可获取
### 2. 启动服务 ### 2. 启动服务
```bash ```bash