-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update mount volume locations in CVAT #681
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Link to cvat issue: cvat-ai/cvat#2362 |
@rushtehrani
|
@aleksandrmelnikov everything seems to work except for some reason file progress message from filesyncer is not showing up anymore. cc @Vafilor Also, here's the slightly updated template I'd like to use:
|
@rushtehrani I'll take a look |
@aleksandrmelnikov we still need a migration for this to be completed. Also note my updated template. |
CVAT currently requires multiple volume mounts. We need to reduce these so that more machine types can be supported.
In order to achieve this, we need to:
Add environment variables for share, data, logs, keys, models (note that this will be deprecated with APIs)
Update CVAT template to only have 3 mounted volumes, one for db, one for share and one for data, logs, keys and models. To support this, we should mount share volume to
/share
and volume for data, logs, keys and models to/cvat
. The environment variables will then be set to/share
,/cvat/data
,/cvat/logs
,/cvat/keys
and/cvat/models
respectively.The text was updated successfully, but these errors were encountered: