Skip to content
View zoultrex's full-sized avatar
Block or Report

Block or report zoultrex

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Install nvidia + cuda + docker nvidi... Install nvidia + cuda + docker nvidia drivers
    1
    nvidia+cuda:
    2
    https://towardsdatascience.com/deep-learning-gpu-installation-on-ubuntu-18-4-9b12230a1d31
    3
    
                  
    4
    nvidia for docker
    5
    distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
  2. Redux cheatcheet and quick start exa... Redux cheatcheet and quick start examples
    1
    # Redux
    2
    
                  
    3
    Redux reminders and guides, a work in progress
    4
    
                  
    5
    ## Redux Base Definitions
  3. install pyenv on ubuntu 18.04 that o... install pyenv on ubuntu 18.04 that only worked for GCP
    1
    #install pyenv on ubuntu 18.04
    2
    
                  
    3
    sudo apt update
    4
    curl https://pyenv.run | bash
    5
    export PATH="$HOME/.pyenv/bin:$PATH" && eval "$(pyenv init --path)" && echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bashrc
  4. Typescript quick reminders and snippets Typescript quick reminders and snippets
    1
    # Typescript
    2
    Quick reminders and snippets for Typescript, a work in progress
    3
    
                  
    4
    
                  
    5
    ## Typings
  5. sdsdk-over-gcp sdsdk-over-gcp Public

    Run stable diffusion inference over google cloud function

    Python