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
I'm building a small machine learning app, which means I have a large model file I would like to include in all deploys, but which I don't want to have checked in with all the other code. The app if build to look for this file inside a data-directory, which is located in the root of my app, and added to .gitignore.
As far as I understand, that can't currently be done with this plugin right? Since I can't decide which directory the files end up in... Would this be something to consider for this plugin?
I would jump in and write it myself, but my bash skills is severely lacking, so it would take days just to get up to speed in basic syntax, dokku-specific commands, and how this all ties together with docker.
The text was updated successfully, but these errors were encountered:
Hi!
I'm building a small machine learning app, which means I have a large model file I would like to include in all deploys, but which I don't want to have checked in with all the other code. The app if build to look for this file inside a data-directory, which is located in the root of my app, and added to .gitignore.
As far as I understand, that can't currently be done with this plugin right? Since I can't decide which directory the files end up in... Would this be something to consider for this plugin?
I would jump in and write it myself, but my bash skills is severely lacking, so it would take days just to get up to speed in basic syntax, dokku-specific commands, and how this all ties together with docker.
The text was updated successfully, but these errors were encountered: