Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when importing SDL with GPUs into SDL Builder #27

Closed
gosuri opened this issue Oct 11, 2023 · 0 comments · Fixed by #32
Closed

error when importing SDL with GPUs into SDL Builder #27

gosuri opened this issue Oct 11, 2023 · 0 comments · Fixed by #32

Comments

@gosuri
Copy link
Member

gosuri commented Oct 11, 2023

I uploaded an SDL with GPUs and the builder threw an error.
Screenshot 2023-10-10 at 7 40 28 PM

SDL for ref:

---
version: "2.0"
services:
  app:
    image: zjuuu/comfyui:0.5
    expose:
      - port: 8080
        as: 8080
        to:
          - global: true
    env:
      - "VAEURLS="
      - "MODELURLS="
      - "UPSCALEURLS="
      - "COMMANDLINE_ARGS=--listen --port 8080 --gpu-only"
profiles:
  compute:
    app:
      resources:
        cpu:
          units: 6.0
        memory:
          size: 35Gi
        gpu:
          units: 1
          attributes:
            vendor:
              nvidia:
        storage:
          size: 50Gi
  placement:
    akash:
      pricing:
        app:
          denom: uakt
          amount: 10000
deployment:
  app:
    akash:
      profile: app
      count: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant