Docker / template for existing environment on the network volume
Hi,
Is it possible to implement working with A1111 on newly created pods without completely reinstalling the entire environment?
I have a network volume and would like to:
1) for the first time - create an environment on the network volume using a good template, for example, "ULTIMATE Stable Diffusion Kohya ComfyUI InvokeAI";
2) terminate pod when I do not work and create a new one again when needed;
2) have a simple template (docker), which, after termination and re-creation of the pod, will use the already installed environment, without reinstalling it.
I can't find such a template, all templates perform a new installation of the environment. It is redundant and time-consuming.
Thank you.
2 Replies
you would need to use network storage
Naturally I have the network storage. The question was what template / docker to use.