Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raucha authored Sep 24, 2023
1 parent 22cf461 commit e0fd92d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,27 @@

## Usage

### CPU
```json
"features": {
"ghcr.io/raucha/devcontainer-features/pytorch:latest": {}
}
```

### GPU
```
"features": {
"ghcr.io/devcontainers/features/nvidia-cuda:1": {
"installCudnn": true,
"cudaVersion": "11.8",
"cudnnVersion": "8.6.0.163"
},
"ghcr.io/raucha/devcontainer-features/pytorch:latest": {}
},
"runArgs": [
"--gpus",
"all",
"--shm-size",
"16gb"
],
```

0 comments on commit e0fd92d

Please sign in to comment.