Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker build -t hunyuan3d21:latest .
Run docker image at the first time:

```
docker run -it --name hy3d21 -p 7860:7860 --gpus all hunyuan3d21 python gradio_app.py --port 7860
docker run -it --name hy3d21 -p 7860:7860 --gpus all hunyuan3d21
```

After first time:
Expand All @@ -30,4 +30,4 @@ You can find the demo link showing in terminal, such as `http://0.0.0.0:7860`, t

Some notes:
1. the total built time might take more than one hour.
2. the total size of the built image will be more than 70GB.
2. the total size of the built image will be more than 70GB.