A server booking system for the Advanced Intelligent Image and Vision Technology Research Center at the National Taiwan University of Science and Technology, we call it NTUST-AIVC.
We create a custom docker image for this system, and you can click this docker-hub-link to check the latest version of the image.
For this custom image, we design this booking system to help users and host maintainer(MLOps).
- Booking the server used time.
- Setting the server to compute capability for each container (CPUs, RAM+SWAP, GPUs).
- Back up the file users want when the container is removed.
- Setting the password and forward port for the container via SSH makes the container more secure.
- Custom image and the initial command to make the user more flexible to use.
Please see USER_GUIDE.md
- Setting the maximum to compute capability for general users.
- Setting the white list to custom compute capability for specific users.
- Setting volume directory: Dataset, Work, and Backup
- Easy to maintain the user config via yaml file.
Please see MAINTAINER_GUIDE.md