You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2021/08/21 07:38:36 UTC

[submarine] branch master updated: SUBMARINE-991. Add the prerequisites of notebook-gpu-env in gettingStarted/notebook.md

This is an automated email from the ASF dual-hosted git repository.

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f7d47f  SUBMARINE-991. Add the prerequisites of notebook-gpu-env in gettingStarted/notebook.md
3f7d47f is described below

commit 3f7d47fab348fdf1486b8ab631f354fb69b54ee7
Author: Charles <ch...@gmail.com>
AuthorDate: Fri Aug 20 17:03:07 2021 +0800

    SUBMARINE-991. Add the prerequisites of notebook-gpu-env in gettingStarted/notebook.md
    
    ### What is this PR for?
    Add the prerequisites of notebook-gpu-env.
    
    ### What type of PR is it?
    [Documentation]
    
    ### Todos
    
    ### What is the Jira issue?
    [SUBMARINE-991](https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-991?filter=allopenissues)
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    ![991](https://user-images.githubusercontent.com/50860453/130211544-0cff7d7b-c3ed-4913-9ed0-bd41713acc6d.png)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: Charles <ch...@gmail.com>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #718 from charlie0220/SUBMARINE-991 and squashes the following commits:
    
    8a0a0345 [Charles] SUBMARINE-991. Add the prerequisites of notebook-gpu-env in gettingStarted/notebook.md
---
 website/docs/gettingStarted/notebook.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/website/docs/gettingStarted/notebook.md b/website/docs/gettingStarted/notebook.md
index 6761c39..cd30364 100644
--- a/website/docs/gettingStarted/notebook.md
+++ b/website/docs/gettingStarted/notebook.md
@@ -48,6 +48,14 @@ details of your new notebook server.
 - GPU (optional)
 - EnvVar (optional) : Injects environment variables into the notebook.
 
+If you want to use notebook-gpu-env, you should set up the gpu environment in your kubernetes.
+You can install [NVIDIA/k8s-device-plugin](https://github.com/NVIDIA/k8s-device-plugin).
+The list of prerequisites for running the NVIDIA device plugin is described below
+- NVIDIA drivers ~= 384.81
+- nvidia-docker version > 2.0
+- docker configured with nvidia as the default runtime
+- Kubernetes version >= 1.10
+
 **If you’re not sure which environment you need, please choose the environment “notebook-env”
 for the new notebook.**
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org