Skip to content

Help with copying models into automatic docker #248

Answered by DevilaN
astralmedia asked this question in Q&A
Discussion options

You must be logged in to vote

So you are the one from reddit? :)

If you are happy with how this repo works, then simply create clean instance. Let docker build image. Let it run and try different options in webui, as some of them are downloading additional dependencies on first execution.

Later, when you are happy with all stuff just create your own image from running container with docker commit. This will export your running container with everything in it as another image.
Now it is only a matter of new Dockerfile starting FROM yourfancyimagename and use COPY commands to copy models and other mounted directories into specific locations. And viola... big blob image that you can distribute it for friends / colleagues…

Replies: 5 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@astralmedia
Comment options

@astralmedia
Comment options

Comment options

You must be logged in to vote
1 reply
@astralmedia
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@astralmedia
Comment options

@astralmedia
Comment options

@DevilaN
Comment options

@astralmedia
Comment options

@astralmedia
Comment options

Answer selected by astralmedia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants