Skip to content

Commit 57a4f10

Browse files
authored
Merge pull request #29 from ai-systems/feat/docker
docker documentation added
2 parents caa001e + b2cf09c commit 57a4f10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docsrc/installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ pip install -r requirements-dev.txt
2929

3030
## Using Docker Image
3131

32-
You will additionally need to install NVIDIA-Docker (https://github.com/NVIDIA/nvidia-docker) if you want GPU support else you can use the following commands with vanilla docker.
32+
If you want GPU support you will need to install NVIDIA Container Toolkit from: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html and Docker >= _19.03_
3333

3434
```
35-
nvidia-docker run -v $(pwd)/tests:/app/Probe-Ably/configurations -p 8031:8031 -it probe-ably bash
35+
docker run --gpus all -v $(pwd):/app/Probe-Ably/configurations -p 8031:8031 -it aisystems/probe-ably bash
3636
```
37+
38+
The Docker container exposes `/app/Probe-Ably/configurations` volume for external data facilitating the load of configurations file along with `8031` port.

0 commit comments

Comments
 (0)