Commit 3311a832 authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 59c0d164
......@@ -31,7 +31,7 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/op
docker exec -it vary-toy bash
cd /path/your_code_data/Vary-toy_pytorch
cd /path/your_code_data/
pip install e .
......@@ -40,7 +40,7 @@ pip install ninja
### Dockerfile(方法二)
```
cd /path/your_code_data/Vary-toy_pytorch/docker
cd /path/your_code_data/docker
docker build --no-cache -t vary-toy:latest .
......@@ -63,7 +63,7 @@ conda create -n vary-toy python=3.10
conda activate vary-toy
cd /path/your_code_data/Vary-toy_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