Commit 5288fe68 authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 3be30a1b
......@@ -30,7 +30,7 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-ubuntu22.04-dt
docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro --shm-size=64G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name vary <your imageID> bash
cd /path/your_code_data/Vary_pytorch
cd /path/your_code_data/
pip install e .
......@@ -39,7 +39,7 @@ pip install ninja
### Dockerfile(方法二)
```
cd /path/your_code_data/Vary_pytorch/docker
cd /path/your_code_data/docker
docker build --no-cache -t vary:latest .
......@@ -62,7 +62,7 @@ conda create -n vary python=3.10
conda activate vary
cd /path/your_code_data/Vary_pytorch
cd /path/your_code_data/
pip install e .
......
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