Skip to content

Commit

Permalink
Typo - thx r/jbroome
Browse files Browse the repository at this point in the history
  • Loading branch information
JAKAMI99 committed Nov 10, 2024
1 parent 6a261eb commit 65ee041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The docker container currently only supports NVIDIA GPUs. Feel free to PR suppor
## Prerequisites:
You need the `NVIDIA Container Toolkit` in order to run this container.
First install it from [HERE](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#installation) and restart your docker daemon `sudo systemctl restart docker`
# Installing methods:

## Install from Dockerhub (recommended)
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
wpa-sec:
image: wpa-sec-docker-nividia:latest
image: jakami/wpa-sec-docker-nividia:latest
stdin_open: true # equivalent to -i
tty: true # equivalent to -t
runtime: nvidia # necessary for GPU support with Docker and NVIDIA
Expand Down

0 comments on commit 65ee041

Please sign in to comment.