albumentations-team / autoalbument

AutoML for image augmentation. AutoAlbument uses the Faster AutoAugment algorithm to find optimal augmentation policies. Documentation - https://albumentations.ai/docs/autoalbument/

Home Page:https://albumentations.ai/docs/autoalbument/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker not run

Violonur-PavelBI opened this issue · comments

Thank you so much for your work.
after starting the container according to the instructions, it gives an error about the absence of autoalbument-search
:~/Desktop$ docker run -it --rm --gpus all --ipc=host -v /storage/3030/BuevichP/prj/autoalbument/examples/cifar10:/config -v /storage/3030/BuevichP/db/cifar10:/home/autoalbument/data --name FAA_Buevich_V3 -u $(id -u ${USER}):$(id -g ${USER}) ghcr.io/albumentations-team/autoalbument:latest
/opt/autoalbument/entrypoint.sh: line 3: autoalbument-search: command not found