Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heiwang1997 authored Jun 9, 2023
1 parent 4e6b066 commit 9eb65a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We recommend using the latest Python and PyTorch to run our algorithm. To instal

```bash
# Clone the repository
git clone [email protected]:nv-tlabs/nksr
git clone [email protected]:nv-tlabs/nksr.git
cd nksr

# Create conda environment
Expand All @@ -45,7 +45,7 @@ conda activate nksr
pip install nksr -f https://nksr.huangjh.tech/whl/torch-2.0.0+cu118.html
```

> For docker users, we suggest using a base image from [nvidia/cuda](https://hub.docker.com/r/nvidia/cuda) with tag `12.1.1-cudnn8-devel-ubuntu22.04`, and applying the above conda setup over it.
> For docker users, we suggest using a base image from [nvidia/cuda](https://hub.docker.com/r/nvidia/cuda) with tag `11.8.0-cudnn8-devel-ubuntu22.04`, and applying the above conda setup over it.
## Testing NKSR on your own data

Expand Down

0 comments on commit 9eb65a8

Please sign in to comment.