docs: update image ref & readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM git.modelhub.org.cn:9443/enginex-metax/diffusers.training:maca.ai3.0.0.5-torch2.4-py310-ubuntu22.04-amd64
|
||||
FROM cr.metax-tech.com/public-ai-release/maca/diffusers.training:maca.ai3.0.0.5-torch2.4-py310-ubuntu22.04-amd64
|
||||
|
||||
RUN /opt/conda/bin/pip install pytorch_lightning opencv-python-headless==4.10.0.84 imageio[ffmpeg] einops datasets==3.2.0 simplejson open_clip_torch==2.24.0 sortedcontainers modelscope av==11.0.0 addict
|
||||
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
|
||||
### Start with Docker
|
||||
```bash
|
||||
metax-docker run -it --gpus=[0] -v <downloaded_model>:<model_dir_in_container> git.modelhub.org.cn:9443/enginex-metax/text2video:0.1
|
||||
docker build -t text2video-metax .
|
||||
metax-docker run -it --gpus=[0] -v <downloaded_model>:<model_dir_in_container> text2video-metax
|
||||
```
|
||||
|
||||
[metax-docker](https://developer.metax-tech.com/softnova/category?package_kind=Cloud&dimension=metax&chip_name=%E6%9B%A6%E4%BA%91C500%E7%B3%BB%E5%88%97&deliver_type=%E5%88%86%E5%B1%82%E5%8C%85&series_name=metax-docker) 是沐曦官方的 docker wrapper, 允许自动将 gpu 挂载到容器内.
|
||||
[metax-docker](https://developer.metax-tech.com/softnova/category?package_kind=Cloud&dimension=metax&chip_name=%E6%9B%A6%E4%BA%91C500%E7%B3%BB%E5%88%97&deliver_type=%E5%88%86%E5%B1%82%E5%8C%85&series_name=metax-docker) 是沐曦官方的 docker wrapper, 允许自动将 gpu 挂载到容器内. Base 镜像需自行联系沐曦官方获取.
|
||||
|
||||
|
||||
### 模型下载
|
||||
|
||||
Reference in New Issue
Block a user