Releases: tw-yshuang/AIVC-Server-Booking
Releases · tw-yshuang/AIVC-Server-Booking
v2.16.1
Fix Bugs
- The booking container can not use extra_command properly, fixed.
- GPU cannot set both Count and DeviceIDs on device request, fixed.
Full Changelog: v2.16.0...v2.16.1
v2.16.0
What's New
- security: the password will not show on the process monitor's command section, e.g.(
top
,htop
) - feature: the container logo is now changeable
- 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
What's New
- Add cli-argument for booking: {
-rst
,--restart-container
}, for restarting the container by user-self. - 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
v2.12.1
Fix bug:
- FileNotFoundError when __update_users_config2yaml() is executed.
v2.12.0
What's New
- new feature: Illegal password check mechanism, more security.
Full Changelog: v2.11.0...v2.12.0
v2.11.0
What's New
rober5566a/aivc-server:cuda12.1.1-cudnn8-devel-ubuntu20.04
is now the default image(rober5566a/aivc-server:latest
)- More efficient code
Full Changelog: v2.10.0...v2.11.0
v2.10.0
What's New
- New users must create a custom password on the first time booking
Fix Bug
- #891bfe53, fix
users_config.yaml
update conflict at the booking stage
Full Changelog: v2.9.0...v2.10.0
v2.9.0
What's New
- Update docker image, aivc-server docker images is now
v1.2
also addrober5566a/aivc-server:cuda12.1.1-cudnn8-devel-ubuntu20.04
- aivc-server images now support
pipenv
shell-autocomplete - 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
What's New
- add timeout method for func.: get_dir_size_unix() to avoid system hanging.
Full Changelog: v2.8.0...v2.8.1