My user configuration files
Go to file
Stochastica 80259d0d08 Add spacemacs and IPython script 2021-01-16 23:28:18 -05:00
home Add spacemacs and IPython script 2021-01-16 23:28:18 -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
scr Add spacemacs and IPython script 2021-01-16 23:28:18 -05:00
.gitmodules Change symlink scheme and add vim-amino as submodule 2021-01-03 02:45:58 -05:00
README.md Add spacemacs and IPython script 2021-01-16 23:28:18 -05:00
symlinks.sh Add spacemacs and IPython script 2021-01-16 23:28:18 -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.

Scripts

The scr/ folder contains dockerised scripts:

  • ipython.sh: Dockerised IPython via hub-jupyter for syntax highlighting and IDE support