Collection of docker files and utilities I use for development.
- /triton/: development infrastructure for OpenAI Triton on AMD and Nvidia hardware
- /triton/config_files: configuration and dockerfiles files for dev environment
- /triton/utils: common scripts for triton related containers
Each directory contains files
make.sh
: script for composing docker image with development environment. Created image has namealefimov-triton-img
run.sh
: script for creating or restarting existing container created on previous step. Default name of container isalefimov-triton
, could be changed with-n <custom name>
option
/meeting_alert: scripts to display status busy/free status in browser depending on is there meeting in progress.
/sd_webui: infrastructure to deploy stable diffusion model on local machine.
/utils: set of small non specific utils
/utils/connect: connect to a given VPN
/openvpn: container and scripts for simple open vpn deployment
/dockerized_gui: infrastructure for minimal desktop running inside a container