a6fd5c261f | ||
---|---|---|
home | ||
hub-jupyter | ||
hub-jupyter-spark | ||
latex | ||
route | ||
.gitmodules | ||
README.md | ||
symlinks.sh |
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
.