Hi All,
Purchased my Spark yesterday. New to forums and AI so forgive me if this is the wrong place or manner to ask for help.
I’m trying to follow the playbook listed here: https://build.nvidia.com/spark/comfyui/video-gen-workflow. It seems like this playbook is out of date for the current version of the Spark DGX, and I’m having trouble running the Playbook to completion. For instance, Step 3 instructs:
git clone GitHub - NVIDIA/dgx-spark-playbooks: Collection of step-by-step playbooks for setting up AI/ML workloads on NVIDIA DGX Spark devices with Blackwell architecture. · GitHub
cd dgx-spark-playbooks/nvidia/playbook-comfyui
docker build -t comfyui -f assets/Dockerfile .
But, when I clone the repo, the listed directory is wrong:
Expected: dgx-spark-playbooks/nvidia/playbook-comfyui
Actual: dgx-spark-playbooks/nvidia/comfy-ui
Additionally, the docker command seems to expect a dockerfile within the assets directory:
docker build -t comfyui -f assets/Dockerfile .
But, I don’t see a dockerfile file or directory within the assets dir, only some setup scripts:
~/dgx-spark-playbooks/nvidia/comfy-ui$ ls -lhat ./assets/
total 16K
drwxrwxr-x 2 [USER GROUP] docker 4.0K Aug 24 12:07 .
-rwxrwxr-x 1 [USER GROUP] docker 1002 Aug 24 12:07 setup.sh
drwxrwxr-x 3 [USER GROUP] docker 4.0K Aug 24 12:07 ..
-rwxrwxr-x 1 [USER GROUP] docker 99 Aug 24 12:07 launch.sh
What am I doing incorrectly, if anything? Does anyone else have this problem? Has anyone successfully ran the current playbook to completion without issues?