-
-
Notifications
You must be signed in to change notification settings - Fork 326
Description
Hi @vietanhdev
I have a question about using AnyLabeling in Docker container.
I created a docker container and it works locally. Now I want to run it on a remote server
As far as I understand, when AnyLabeling starts up, it creates a folder anylabeling_data in current working directory, then it reads the config.yml to populate the directory?
this works fine locally but not on my remote server, because it does not allow creation of the new folder on that server.
Is this anylabeling_data folder configurable? i.e. if I pre-create this folder and start anylabeling with something similar to the config, for example, for the config I can start with --config /my/path/.anylabelingrc, for the anylabeling_data folder, can i use something like --data-folder ?
If that's not possible, are there any workaround for this issue, maybe pre-download all models during the docker build time?
Thank you very much