WeTEE Docs
WeTEE Docs
  • OVERVIEW
  • MINNER INSTALLATION GUIDES
    • Supported Devices
    • Host Operating System
    • Install SGX driver in all nodes in the cluster
    • Install k3s cluster on linux
    • Install wetee chain node in cluster
    • Install Intel SGX/TDX PCCS service in cluster
    • Install Confidential wetee worker operator in cluster
    • Install NVIDIA Container Runtime Support(Optional)
    • Staking ant mint
  • DEVELOPMENT GUIDES
    • Blockchain validation node
    • Run TEE miner
    • Run TEE DKG
  • PRODUCTS
    • Confidential Service
    • Confidential Task
    • GPU Compute service
  • For golang developer
    • Golang TEE introduction
    • Libos ego sdk
    • Deploy TEE program on the cloud
    • Deploy TEE program on WeTEE
    • Deploy program docker image on WeTEE
  • Mint
    • Blockchain mint
    • TEE computing mint
Powered by GitBook
On this page
  1. MINNER INSTALLATION GUIDES

Install NVIDIA Container Runtime Support(Optional)

    1. Install the nvidia-container package repository on the node by following the instructions at: https://nvidia.github.io/libnvidia-container/

    1. Install the nvidia container runtime packages. For example: apt install -y nvidia-container-runtime cuda-drivers-fabricmanager-515 nvidia-headless-515-server

    1. Install K3s, or restart it if already installed: curl -ksL get.k3s.io | sh -

    1. Confirm that the nvidia container runtime has been found by k3s: grep nvidia /var/lib/rancher/k3s/agent/etc/containerd/config.toml

    1. Install nvidia device plugin

    kubectl create -f ./hack/install/nvidia_runtime.yaml
    kubectl create -f ./hack/install/nvidia_device_plugin.yml
PreviousInstall Confidential wetee worker operator in clusterNextStaking ant mint

Last updated 1 year ago