R
RunPod5d ago
skamz

Difficulty setting up ComfyUI Serverless.

hi, so I made a Dockerfile like so (I need this custom node to handle base64 I/O)
FROM runpod/worker-comfyui:5.1.0-base
RUN comfy node install comfyui-tooling-nodes
FROM runpod/worker-comfyui:5.1.0-base
RUN comfy node install comfyui-tooling-nodes
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:
I figured it out, I need to exclude docker.io/library/ from the URL when I specify my docker file
Jump to solution
1 Reply
Solution
skamz
skamz5d ago
I figured it out, I need to exclude docker.io/library/ from the URL when I specify my docker file

Did you find this page helpful?