You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,13 +23,13 @@ If you want to run examples, make sure you have [git-lfs](https://git-lfs.github
23
23
To quickly tryout RedisAI, launch an instance using docker:
24
24
25
25
```sh
26
-
docker run -p 6379:6379 -it --rm redisai/redisai
26
+
docker run -p 6379:6379 -it --rm redislabs/redisai
27
27
```
28
28
29
29
For docker instance with GPU support, you can launch it from `tensorwerk/redisai-gpu`
30
30
31
31
```sh
32
-
docker run -p 6379:6379 --gpus all -it --rm redisai/redisai:latest-gpu
32
+
docker run -p 6379:6379 --gpus all -it --rm redislabs/redisai:latest-gpu
33
33
```
34
34
35
35
But if you'd like to build the docker image, you need a machine that has Nvidia driver (CUDA 10.0), nvidia-container-toolkit and Docker 19.03+ installed. For detailed information, checkout [nvidia-docker documentation](https://github.com/NVIDIA/nvidia-docker)
0 commit comments