Skip to content

Releases: tw-yshuang/AIVC-Server-Booking

v2.8.0

11 Jul 18:51
Compare
Choose a tag to compare

What's New:

  1. Moninter stage, csv update after run_containers(), correctly update csv!!

Full Changelog: v2.7.0...v2.8.0

v2.7.0

21 May 12:42
Compare
Choose a tag to compare

What's New

  1. Replacing the os.system() with subprocess.run() to obtain greater insight from external commands.
  2. run_containers() & close_containers() can get detial warning & error messages.

Full Changelog: v2.6.0...v2.7.0

v2.6.0

13 May 08:25
Compare
Choose a tag to compare

What's New

  1. There is now a faster way to calculate the size of the work and backup directories. This is a significant improvement!
  2. run this script will stop & remove the booking container each time.
  3. 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

03 May 08:12
Compare
Choose a tag to compare

Fix Bugs

  1. New users first use booking and also use -use-opt to let the password can not update, fixed.

What's New

  1. Add git-acc related file to the default backup.yaml.
  2. Update the docs/USER_GUIDE.md

Full Changelog: v2.4.1...v2.5.0

v2.4.1

26 Apr 12:21
Compare
Choose a tag to compare

Fix Bugs

  1. container sometimes will run all gpus when the gpu set is 1, fixed
  2. cfg/*.yaml will dissapear when change to the release & develop branch, fixed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

22 Apr 10:25
Compare
Choose a tag to compare

Fix Bugs

  1. src/HostInfo.py, avoid CapabilityConfig.max_custom_capability is None to raise an error
  2. In booking stage, the same account can book the time that overlaps with the previous booking

New Features

  1. the same account can not book the time that overlaps the previous booking
  2. backup.yaml add /etc/ssh to .default backup
  3. In booking stage, change the operate order: (booking => -use-opt) -> (-use-opt => booking)

Full Changelog: v2.2.0...v2.4.0

v2.2.0

08 Apr 10:17
Compare
Choose a tag to compare

Fix Bugs

  1. ram_size less than 1GB error. Now use unconditional carry method to ensure ram_size at least 1GB.

New Features

  1. now available none gpu in the container.

Full Changelog: v2.1.0...v2.2.0

v2.1.0

07 Apr 18:49
Compare
Choose a tag to compare

Fix Bugs

  1. booking container fails after the host reboot.

New Features

  1. Easier to upgrade the repository.
  2. The system will also monitor symbolic links and calculate their size.
  3. Better default method for max.shm_rate in capability_config.yaml

Full Changelog: v2.0.0...v2.1.0

v2.0.0

29 Mar 17:02
Compare
Choose a tag to compare

New Features

  1. booking system is now released.
  2. easy to deploy.
  3. better volume method
  4. better backup method with the system's official images.

New Contributors

Full Changelog: v1.2.0...v2.0.0

v1.0.0_cuda11.4.2-cudnn8-runtime-ubuntu20.04

14 Dec 22:49
Compare
Choose a tag to compare
1. dockerfile is working, now we have a cool image~~