Commit bd22529f authored by mashun1's avatar mashun1
Browse files

Update README.md

parent 2bdbb250
......@@ -36,7 +36,7 @@ $`\mathcal{E}`$(Encoder,用于压缩原始图像),`Base T2I`(文本生
docker run --shm-size 10g --network=host --name=animatediff --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -it <your IMAGE ID> bash
pip install -r requirements.txt
### Docker(方法二)
### Dockerfile(方法二)
# 需要在对应的目录下
docker build -t <IMAGE_NAME>:<TAG> .
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment