Skip to content

Releases: tw-yshuang/AIVC-Server-Booking

v2.16.1

11 Sep 05:29
Compare
Choose a tag to compare

Fix Bugs

  1. The booking container can not use extra_command properly, fixed.
  2. GPU cannot set both Count and DeviceIDs on device request, fixed.

Full Changelog: v2.16.0...v2.16.1

v2.16.0

24 Aug 12:52
Compare
Choose a tag to compare

What's New

  1. security: the password will not show on the process monitor's command section, e.g.(top, htop)
  2. feature: the container logo is now changeable
  3. optimize: the process of building the custom image updated to make the image thinner

Add Image

  • rober5566a/aivc-server:booking-v1.2.0
  • rober5566a/aivc-server:cuda12.4.1-cudnn-devel-ubuntu22.04

Update Images

  • rober5566a/aivc-server:latest (rober5566a/aivc-server:cuda12.1.1-cudnn8-devel-ubuntu22.04)
  • rober5566a/aivc-server:cuda12.1.1-cudnn8-devel-ubuntu22.04
  • rober5566a/aivc-server:cuda12.0.1-cudnn8-devel-ubuntu22.04
  • rober5566a/aivc-server:cuda11.8.0-cudnn8-devel-ubuntu22.04
  • rober5566a/aivc-server:cuda11.7.1-cudnn8-devel-ubuntu22.04
  • rober5566a/aivc-server:cuda12.1.1-cudnn8-devel-ubuntu20.04
  • rober5566a/aivc-server:cuda12.0.1-cudnn8-devel-ubuntu20.04
  • rober5566a/aivc-server:cuda11.8.0-cudnn8-devel-ubuntu20.04
  • rober5566a/aivc-server:cuda11.7.1-cudnn8-devel-ubuntu20.04
  • rober5566a/aivc-server:cuda11.4.3-cudnn8-devel-ubuntu20.04

Full Changelog: v2.15.0...v2.16.0

v2.15.0

06 May 10:28
Compare
Choose a tag to compare

What's New

  1. Add cli-argument for booking: {-rst, --restart-container}, for restarting the container by user-self.
  2. Add a watchdog to the crontab, active from the reboot stage.

Contributed by @happy91512 in #13

Full Changelog: v2.14.0...v2.15.0

v2.14.0

21 Mar 11:15
Compare
Choose a tag to compare

What's New

  1. Add MAINTAINER_GUIDE.md, contribute by @cby0730

Fix Bugs

  1. extra_command can not work properly, fixed it
  2. user_id always lower case font, fixed it

v2.12.1

12 Dec 19:31
Compare
Choose a tag to compare

Fix bug:

  1. FileNotFoundError when __update_users_config2yaml() is executed.

v2.12.0

17 Oct 06:45
Compare
Choose a tag to compare

What's New

  1. new feature: Illegal password check mechanism, more security.

Full Changelog: v2.11.0...v2.12.0

v2.11.0

16 Oct 14:56
Compare
Choose a tag to compare

What's New

  1. rober5566a/aivc-server:cuda12.1.1-cudnn8-devel-ubuntu20.04 is now the default image(rober5566a/aivc-server:latest)
  2. More efficient code

Full Changelog: v2.10.0...v2.11.0

v2.10.0

13 Oct 12:30
Compare
Choose a tag to compare

What's New

  1. New users must create a custom password on the first time booking

Fix Bug

  1. #891bfe53, fix users_config.yaml update conflict at the booking stage

Full Changelog: v2.9.0...v2.10.0

v2.9.0

24 Aug 10:20
Compare
Choose a tag to compare

What's New

  1. Update docker image, aivc-server docker images is now v1.2 also add rober5566a/aivc-server:cuda12.1.1-cudnn8-devel-ubuntu20.04
  2. aivc-server images now support pipenv shell-autocomplete
  3. Every time run the aivc-server images will auto-upgrade pyenv & pipenv

Full Changelog: v2.8.1...v2.9.0

For Old Users

If you want to use pipenv shell-autocomplete, please add eval "$(_PIPENV_COMPLETE=zsh_source pipenv)" into your ~/.zshrc to enable this feature.

v2.8.1

22 Aug 16:34
Compare
Choose a tag to compare

What's New

  1. add timeout method for func.: get_dir_size_unix() to avoid system hanging.

Full Changelog: v2.8.0...v2.8.1