I hereby claim:
- I am sadysnaat on github.
- I am sadysnaat (https://keybase.io/sadysnaat) on keybase.
- I have a public key ASC8wMKuua-W15miGICwgHzupsHPFBoSL60E63PI8EJupAo
To claim this, I am signing this object:
# Download the git repository | |
# This repository contains the code and manifest file | |
# for device driver installer and | |
# device plugin | |
git clone -b spectro-gpu https://github.com/spectrocloud/container-engine-accelerators/ | |
cd nvidia-driver-installer/ubuntu/1804 | |
# First we label the nodes with GPU, | |
# so that we can schedule device driver installer and device plugin on nodes. | |
kubectl label nodes <gpu enabled node name> spectrocloud.com/gpu-accelerator="" |
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: cuda-vector-add | |
spec: | |
restartPolicy: OnFailure | |
containers: | |
- name: cuda-vector-add | |
image: "gcr.io/spectro-images-public/gpu/nvidia/ubuntu-nvidia-add:ubuntu | |
# specify gpu request |
{ | |
"asset": { | |
"data": { | |
"amount": "123" , | |
"asset": "Cheque" , | |
"currency": "INr" , | |
"payee": "abc" | |
} , | |
"id": "2e03ed2a-0e3b-487e-b1a9-4b88efba75f5" |
{ | |
"block": { | |
"node_pubkey": "8LiaunLxeP4fDDaiyLgGfpvraHziyvqqsJ72MbqLpoZN" , | |
"timestamp": "1486638484" , | |
"transactions": [ | |
{ | |
"asset": { | |
"data": { | |
"amount": "12" , | |
"asset": "Cheque" , |
{ | |
"account": "rMvb6PZYzh5dAXGb2WqGsEzVnWmLgQEyf1", | |
"balance": "500", // Balance issued by Bank/Gateway | |
"currency": "XYZ", | |
"limit": "1000", | |
"limit_peer": "0", | |
"no_ripple": true, | |
"no_ripple_peer": true, | |
"quality_in": 0, | |
"quality_out": 0 |
{ | |
"account": "r3H4Et5wbJbsB2AiibTZorSDzYmwkisEBD", | |
"balance": "-500", // Debt obligations are shown in negative | |
"currency": "INR", | |
"limit": "0", | |
"limit_peer": "1000", // Total limit trustline | |
"no_ripple": true, | |
"no_ripple_peer": true, | |
"quality_in": 0, | |
"quality_out": 0 |
{ | |
"TransactionType": "TrustSet", | |
"Account": "r3H4Et5wbJbsB2AiibTZorSDzYmwkisEBD", // Account which is extending the trust | |
"LimitAmount": { | |
"currency": "INR", // currency to which this trustline applies | |
"issuer": "rMvb6PZYzh5dAXGb2WqGsEzVnWmLgQEyf1", // counterparty for this trustline Bank/Gateway ripple address | |
"value": "1000" // maximim amount to trust | |
} | |
"Flags": 131072, // tfSetNoRipple sets NoRipple flag | |
// For more options go to https://ripple.com/build/transactions/#trustset |
I hereby claim:
To claim this, I am signing this object:
# | |
# Powerline Double Cyan - Tmux Theme | |
# Created by Jim Myhrberg <[email protected]>. | |
# | |
# Inspired by vim-powerline: https://github.com/Lokaltog/powerline | |
# | |
# Requires terminal to be using a powerline compatible font, find one here: | |
# https://github.com/Lokaltog/powerline-fonts | |
# |
set -sg escape-time 1 | |
set -g prefix C-a | |
set -g base-index 1 | |
set -g pane-base-index 1 | |
bind | split-window -h | |
bind - split-window -v | |
bind r source-file ~/.tmux.conf \; display "Configuration Reloaded" | |
bind C-a send-prefix | |
bind h select-pane -L | |
bind j select-pane -D |