Releases: tw-yshuang/AIVC-Server-Booking
Releases · tw-yshuang/AIVC-Server-Booking
v2.8.0
What's New:
- Moninter stage, csv update after run_containers(), correctly update csv!!
Full Changelog: v2.7.0...v2.8.0
v2.7.0
What's New
- Replacing the os.system() with subprocess.run() to obtain greater insight from external commands.
- run_containers() & close_containers() can get detial warning & error messages.
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's New
- There is now a faster way to calculate the size of the work and backup directories. This is a significant improvement!
- run this script will stop & remove the booking container each time.
cfg/templates/Backup/backup.yaml
add:[.default/.ssh, /root/.ssh]
for saving personal ssh key.
Full Changelog: v2.5.0...v2.6.0
v2.5.0
Fix Bugs
- New users first use
booking
and also use-use-opt
to let the password can not update, fixed.
What's New
- Add
git-acc
related file to the default backup.yaml. - Update the docs/USER_GUIDE.md
Full Changelog: v2.4.1...v2.5.0
v2.4.1
Fix Bugs
- container sometimes will run all gpus when the gpu set is 1, fixed
- cfg/*.yaml will dissapear when change to the release & develop branch, fixed
Full Changelog: v2.4.0...v2.4.1
v2.4.0
Fix Bugs
- src/HostInfo.py, avoid CapabilityConfig.max_custom_capability is None to raise an error
- In booking stage, the same account can book the time that overlaps with the previous booking
New Features
- the same account can not book the time that overlaps the previous booking
- backup.yaml add /etc/ssh to .default backup
- In booking stage, change the operate order: (booking => -use-opt) -> (-use-opt => booking)
Full Changelog: v2.2.0...v2.4.0
v2.2.0
Fix Bugs
- ram_size less than 1GB error. Now use unconditional carry method to ensure ram_size at least 1GB.
New Features
- now available none gpu in the container.
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Fix Bugs
- booking container fails after the host reboot.
New Features
- Easier to upgrade the repository.
- The system will also monitor symbolic links and calculate their size.
- Better default method for max.shm_rate in capability_config.yaml
Full Changelog: v2.0.0...v2.1.0
v2.0.0
New Features
- booking system is now released.
- easy to deploy.
- better volume method
- better backup method with the system's official images.
New Contributors
- @Sean053047 made their first contribution in #1
- @jeffrey0524 made their first contribution in #7
- @happy91512 made their first contribution in #5
- @ccLLy1n made their first contribution in #9
Full Changelog: v1.2.0...v2.0.0
v1.0.0_cuda11.4.2-cudnn8-runtime-ubuntu20.04
1. dockerfile is working, now we have a cool image~~