I see this creates docker containers.
For ease of use on a VPS, what's the easiest way to split the 2 functions out?
i.e.
[1] Run the training with new models found
[2] Seperately, run the solver
I'd like to manage the resources on the VPS and running docker is overkill in this situation
I see this creates docker containers.
For ease of use on a VPS, what's the easiest way to split the 2 functions out?
i.e.
[1] Run the training with new models found
[2] Seperately, run the solver
I'd like to manage the resources on the VPS and running docker is overkill in this situation