Rob Ballantyne
Rob Ballantyne
Cannot reproduce
Which nodes? Can you provide a log? Persisting the environment is only useful if you want the node dependencies to remain installed after the container has been removed. It's not...
Theres a bug with the default provisioning script. It should run an install for all declared nodes, but it won't unless AUTO_UPDATE is enabled. I'll fix this asap - I...
Unfortunately not. There have been very few updates pushed actually but there will be a big update in the next few days hopefully that will alleviate this problem along with...
It causes more issues than it solves: - No ROCm distribution of PyTorch - Installing jupyter (nodejs dependency) breaks nano editor - Pulls system libraries from untrusted source (forge) -...
@benlau New method to sync environment: ``` venv-sync comfyui ``` Run it manually whenever it's convenient to backup your container environment to a persistent disk
> Thanks for providing means to sync the env! > > It looks like it can't be re-run, however, as `$workspace_path` would be present after the first sync No you...
I'm currently re-working serverless to make it compatible with a variety of infrastructure providers. Alongside this I'm looking at methods to provide improved feedback for long-running processes. Runpod have several...
Previously supported handlers depreciated. New serverless methods to be documented in due course
You'll need to build off one of the python bases now - see the docker-compose.yml in main branch for inspiration