My user configuration files
Go to file
Stochastica a6fd5c261f Add latexmk link 2021-01-16 16:26:52 -05:00
home Add latexmk link 2021-01-16 16:26:52 -05:00
hub-jupyter Initial commit 2021-01-03 02:30:57 -05:00
hub-jupyter-spark Initial commit 2021-01-03 02:30:57 -05:00
latex Initial commit 2021-01-03 02:30:57 -05:00
route Initial commit 2021-01-03 02:30:57 -05:00
.gitmodules Change symlink scheme and add vim-amino as submodule 2021-01-03 02:45:58 -05:00
README.md Add latexmk link 2021-01-16 16:26:52 -05:00
symlinks.sh Add latexmk link 2021-01-16 16:26:52 -05:00

README.md

Config

Common configuration files for:

  • Vim
  • Docker images
  • Fish shell

Setup

Execute symlinks.sh to create symbolic links.

Docker Images

hub-jupyter and hub-jupyter-spark are images based on cudnn docker image for jupyter. To use them with GPU, add the following to /etc/docker/daemon.json and restart the docker daemon:

    ...
    "runtimes": {
        "nvidia": {
            "path": "/usr/bin/nvidia-container-runtime",
            "runtimeArgs": []
        }
    }

The latex docker contains tools for compiling latex.

The route docker is used to setup a socks5 proxy server using ssh.