15 lines
568 B
YAML
15 lines
568 B
YAML
|
|
services:
|
||
|
|
h3-blackwell-runtime:
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
dockerfile: Dockerfile.spark
|
||
|
|
image: h3-blackwell-runtime:dev
|
||
|
|
gpus: all
|
||
|
|
volumes:
|
||
|
|
- /home/daniel/aeon-spark-test/h3/comfy-models/diffusion_models:/models:ro
|
||
|
|
- /home/daniel/aeon-spark-test/h3/comfy-models/text_encoders:/text-encoders:ro
|
||
|
|
- /home/daniel/aeon-spark-test/h3/comfy-models/vae:/vae:ro
|
||
|
|
- /home/daniel/aeon-spark-test/h3/h3-blackwell-runtime/artifacts:/artifacts:ro
|
||
|
|
- /home/daniel/StoryStudioAssets/H3-output:/output
|
||
|
|
command: ["sleep", "infinity"]
|