You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a new docker image, the model directory is copied to server/model, but the user has to remove the contents manually to build from a different model dir
The text was updated successfully, but these errors were encountered:
manosplitsis
changed the title
server/model dir should be emptied
server/model dir should be emptied after each build (?)
Feb 24, 2022
Yes that's by design. Imagine the case where actually the user doesn't have a backup of the model and the script goes on to delete it. Its better be annoying and make the user make the conscious decision to delete their model.
We could include a cmd line flag (-y) to bypass this, or make the script ask for permission interactively. Feel free to post a pr
When building a new docker image, the model directory is copied to server/model, but the user has to remove the contents manually to build from a different model dir
The text was updated successfully, but these errors were encountered: