update Dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM git.modelhub.org.cn:9443/enginex-iluvatar/mr100_corex:4.3.0
|
FROM corex:4.3.0
|
||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
RUN pip install diffusers==0.34.0 sentencepiece transformers==4.55.2
|
RUN pip install diffusers==0.34.0 sentencepiece transformers==4.55.2
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
```bash
|
```bash
|
||||||
docker build -t diffusers:v0.1 .
|
docker build -t diffusers:v0.1 .
|
||||||
```
|
```
|
||||||
|
其中,基础镜像 corex:4.3.0 通过联系天数智芯智铠100厂商技术支持可获取
|
||||||
|
|
||||||
### 模型下载
|
### 模型下载
|
||||||
模型地址:https://modelscope.cn/models/AI-ModelScope/stable-diffusion-v1-5
|
模型地址:https://modelscope.cn/models/AI-ModelScope/stable-diffusion-v1-5
|
||||||
|
|||||||
Reference in New Issue
Block a user