Expand CVAT flexibility by adding more environment variables to cvat/settings/base.py #2362
Closed
2 tasks done
Labels
enhancement
New feature or request
My actions before raising this issue
Expected Behaviour
Current Behaviour
Current paths are hard-coded.
Possible Solution
Steps to Reproduce (for bugs)
Context
We're using CVAT inside a k8s environment.
Overall, it works great.
One issue we're running into is supporting CVAT on a wider range of machine types on Azure.
The main issue is we allow the user to create a volume for "keys", "logs", "data", "models", and so forth.
-We allow volumes to persist the data between pod restarts.
These volumes use up disks, and each machine type on Azure supports only so many disk.
One thing we can do is reduce volumes, and we can do that by putting logs, keys, etc, under one path.
To make this work with CVAT, we can have python pull the path via environment variable, or default to the original setting in CVAT.
Example:
Relevant issues:
#445
#1641
Your Environment
git log -1
):docker version
(e.g. Docker 17.0.05):Logs from `cvat` container
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: