Difficulty setting up ComfyUI Serverless.
hi, so I made a Dockerfile like so (I need this custom node to handle base64 I/O)
I pushed it to Dockerhub, you can see it here. https://hub.docker.com/repository/docker/dissonantprotean/skamz_comfyui/general
I created a Pod using the URL
docker.io/dissonantprotean/skamz_comfyui:latest
but it's basically just stuck on "initializing" for a long time.
I don't know what I'm doing wrong here and would appreciate any assistance. If anyone is willing to spend some time working through this problem I am happy to tip.
I'm new to Docker and RunPod, unfortunately.Solution:Jump to solution
I figured it out, I need to exclude docker.io/library/ from the URL when I specify my docker file
1 Reply
Solution
I figured it out, I need to exclude docker.io/library/ from the URL when I specify my docker file