From 65ee041b8bf53186d8afc8b780881d2f9b106aff Mon Sep 17 00:00:00 2001 From: Jannic Date: Sun, 10 Nov 2024 19:40:40 +0100 Subject: [PATCH] Typo - thx r/jbroome --- README.md | 1 + docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2040de6..32d7ece 100644 --- a/README.md +++ b/README.md @@ -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) ``` diff --git a/docker-compose.yaml b/docker-compose.yaml index d57cec2..c33f781 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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