From 6d50bff2201bb77105dd20eeab9569e3588de26d Mon Sep 17 00:00:00 2001 From: JulioV Date: Thu, 6 Aug 2020 20:17:51 -0400 Subject: [PATCH] Update docker instructions --- docs/usage/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index 879f1e15..3f8fd01f 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -18,6 +18,10 @@ Docker (the fastest and easiest way) ``docker run -it agamk/rapids:latest`` +#. Pull the latest version of RAPIDS + + ``git pull`` + #. Optional. You can start editing files with vim but we recommend using Visual Studio Code and its Remote extension - Make sure RAPIDS container is running