Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JAKAMI99 committed May 8, 2024
1 parent 2cfb9bb commit 73f4e7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker pull jakami/wpa-sec-docker-nvidia:latest
```
## Run
```
docker run -it --gpus all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=all wpas-ec-docker-nividia
docker run -it --gpus all -v $HOME/.docker-data/wpa-sec-docker:/app/data -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=all wpa-sec-docker-nividia:latest
```
Edit `NVIDIA_VISIBLE_DEVICES=all` to an index, if you have multiple GPUs (e.x. `=0` to select the first GPU)

Expand All @@ -18,5 +18,4 @@ Edit `NVIDIA_VISIBLE_DEVICES=all` to an index, if you have multiple GPUs (e.x. `
git clone https://github.com/JAKAMI99/wpa-sec-docker-nvidia
cd wpa-sec-docker-nvidia
docker build -t wpa-sec-docker-nvidia:latest .
docker run -it --gpus all -v $HOME/.docker-data/wpa-sec-docker:/app -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=all wpa-sec-docker-nividia:latest
```

0 comments on commit 73f4e7a

Please sign in to comment.